Official site of Extinction Rebellion Korea: https://extinctionrebellion.kr
If you do not have the Gatsby CLI installed yet, do it first.
npm install --global gatsby-cli
The Gatsby CLI uses Node and npm which you will also need installed. More information can be found on GatsbyJS.org.
npm build
npm develop
The site will be opened up in your default browser on http://localhost:8000
Edit code in the /src
, save your changes, and they'll reload instantly in the browser.
If you just want to see a site online real fast you can deploy a copy of the site to Netlify with this button.
To create an optimized build of the site run this command
gatsby build
A /public
folder will be assembled that can be deployed to a service like Netlify, Surge, GitHub Pages, AWS S3, Firebase hosting, or your own file server.