Navigate into your new site’s directory and start it up.
yarngatsby developYour 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.
In this project we use dev branch for all developments. All PR will be reviewed and then merge into dev.
Please setup the master repo github.com/nandiheath/warsinhk as upstream and git fetch upstream -p everytime before commit. And remember to rebase your branches onto latest upstream:dev
Run eslint to ensure it fits linting
yarn lint
yarn lint:fixTry build to see if any errors
yarn buildCreate fix/ feat/ branch and submit PR to dev.
The PR title please follow our naming convetion 🌟[feat/fix]: [summary] (pick your favourite emoji 😉)