My personal web site https://romanvesely.com.
- Static site generator [Gatsby]https://www.gatsbyjs.org/)
- CSS comes from Less pre-processor.
- Hosted on Netlify.
- ... probably some 🐞🐞🐞
- install dependencies
composer install && npm install
- run website locally
npm start
npm start
- starts local server at http://localhost:8000 and acts upon changesnpm run build
- generates version ready for productionnpm run format
- prettify files with Prettiernpm run serve
- run production ready site on http://localhost:9000npm run clean
- removespublic
,.cache
directories