mirror of https://github.com/aldy505/code.git
513 B
513 B
Contributing Guide
Thank you for considering to contribute on this code base.
Development Setup
- Node.js v14.17.0 (LTS)
- Yarn v1.22.10 (or higher)
- Install required dependency
yarn install
- Start local development server
yarn dev
- Adhere to commit convention when you are writing a commit. Using commitizen is the recommended way.
git add .
git cz