cswbrian / warsinhk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 99.6%Language:CSS 0.2%Language:Dockerfile 0.2%