Skip to content

openhealthhk/warsinhk

 
 

Repository files navigation

Fight for freedom, Stand from MO HONG

🚀 Quick start

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 😉)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • CSS 0.4%