npm install -g gatsby-cli
Details: https://www.gatsbyjs.com/docs/quick-start/
To contribute to the project, first Fork the project to your own account.
Then clone the new forked project to your local machine and make changes.
After changes are complete, push changes to the forked project on github.
To commit the changes back to this project, create a Pull request and it will be merged back into the master.
Start a hot-reloading development environment accessible at localhost:8000
yarn startGet an optimized production build for your site generating static HTML and per-route JavaScript code bundles.
yarn buildgatsby serve — Gatsby starts a local HTML server for testing your built site.
yarn serveLint the code according to eslintrc file, for consistency.
yarn lintRemove the .cache and public for a scratch compile.
yarn cleanThis will deploy to the Github Pages by pushing the built site to the gh-pages branch See the changes at: https://live4code.github.io/ieee/
yarn deployClicking the button will ask for authentication via Github, which will create a repo in your github account with this starter. Then, it will build and deploy the site to Netlify.
You can read up on how to set up Identity(Authentication for CMS User) here How To Set Up Netlify CMS
A Gatsby v2 and Netlify CMS powered website.
It follows the JAMstack architecture by using Git as a single source of truth, and Netlify for continuous deployment, and CDN distribution.