The official guide for getting started with the BIPOCIT website.
-
Install the Gatsby CLI if you haven't already
npm install -g gatsby-cli -
Then, install the rest of our dependencies
npm i -
Now you can start developing
Navigate into the project root directory and run the following command to get started
gatsby develop -
Start editing!
Your site is now running at
http://localhost:8000!Note: You'll also see a second link:
http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial. -
Replicating Production locally
If you want to verify what your production build will look like, first run:
gatsby buildThen run
gatsby serveThe production view can now be previewed athttp://localhost:9000/