Skip to content

Files

Latest commit

bf2b632 · Mar 15, 2020

History

History
53 lines (33 loc) · 1.31 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.31 KB

Fight for freedom, Stand from MO HONG

🚀 Quick start

1. Start developing

Navigate into your new site’s directory and start it up.

yarn

2. Open the source code and start editing

gatsby develop

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.

🌟 Contributing

1. Fork this repo

In this project we use dev branch for all developments. All PR will be reviewed and then merge into dev.

2. Checkout the latest code

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

3. Run the code on your local to ensure it is working

Run eslint to ensure it fits linting

yarn lint
yarn lint:fix

Try build to see if any errors

yarn build

4. Create branch for every PR

Create fix/ feat/ branch and submit PR to dev. The PR title please follow our naming convetion 🌟[feat/fix]: [summary] (pick your favourite emoji 😉)