- Clone the project by using
git clone https://github.com/GalvinGao/penguin-stats-frontend.git
- Install every dependencies the project requires with
yarn install
- Fire up the development server by using
yarn serve
- Get your favorite IDE and start developing!
This project uses commitizen
to organize commit messages. In order to utilize such tool, please:
- Make sure it is installed by using
yarn global add commitizen
- When you finished a feature or make any changes, use
git cz
to commit your changes - Finally, when you finished your development,
git push
it so anyone else can see the changes ASAP.