Bitcoincash.org is migrating to GatsbyJS. If you are new to Gatsby, check out this bootcamp tutorial on YouTube: The Great Gatsby Bootcamp
sudo npm install -g gatsby-cli
npm install
The server hot-reloads as you make changes.
npm run develop
Your site is now running at http://localhost:8000
!
Note: You'll also see a second link for GraphiQL: 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.
Before submitting a patch, format your code:
npm run format
See package.json { scripts: ... }
for other useful scripts.