Devcon.org will be the primary online resource for anything related to Devcon. The annual conference for all Ethereum developers, researchers, thinkers, and makers.
-
yarn start
starts the site in development mode.Default url 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._
-
yarn test
launches the test runner in the interactive watch mode. -
yarn format
formats the code using prettier. -
yarn build
builds the app for production to the build folder.
Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:
-
For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.
-
To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.