Skip to content

Latest commit

 

History

History
 
 

v2

Bitcoincash.org is migrating to GatsbyJS. If you are new to Gatsby, check out this bootcamp tutorial on YouTube: The Great Gatsby Bootcamp

Start developing

Setup

sudo npm install -g gatsby-cli
npm install

Start a development server

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.

Get ready to submit a patch

Before submitting a patch, format your code:

npm run format

See package.json { scripts: ... } for other useful scripts.