A Gatsby v2 powered website based on gatsby-starter-default.
It follows the JAMstack architecture with Netlify for continuous deployment, and CDN distribution.
- Styled Components for styling
- Linting for all JS and CSS
- Node
- Gatsby CLI (globally installed)
Start a hot-reloading development environment accessible at localhost:8000
yarn start
Get an optimized production build for your site generating static HTML and per-route JavaScript code bundles.
yarn build
gatsby serve — Gatsby starts a local HTML server for testing your built site.
yarn serve
Lint the code according to eslintrc file, for consistency.
yarn lint
Remove the .cache and public for a scratch compile.
yarn clean
All the files are on GitHub and hosted using Netlify with it's CDN and CI so everything committed to master automatically gets deployed live.