Quick start -- this site was built with Gatsby JS
-
Run site for development.
gatsby develop
-
Open the code and start customizing!
Your site is now running at http://localhost:8000!
Edit
src/pages/index.js
to see your site update in real-time! -
Build the site to deploy.
gatsby build
-
Learn more
Site deployed manually with Netlify cli: netlify deploy --dir=public --site='add site ID here' --prod