You should be having:
NodeJS >= 16
Git > v2.20
Some of our compiling code used syntax that introduced in NodeJS>16.0 so you will be need to install that in advance.
- Click the fork button on the top right of this page.
- Download the project to your machine.
- Run commands below to bootstrap the this project.
# If you haven't installed yet
pnpm install
# If you would like to run a local playground to test out your changes against
# Some specific component
pnpm dev:play
# It was made with [VitePress](https://vitepress.vuejs.org)
pnpm dev:docs
After you done your coding section, please note:
- Update the tests to cover all cases
- Update co-responding documentation if you are making changes against API
- Write a comprehensive commit message
- Push your local changes to your remote, and then pull request to the upstream.
- In the description section, you can add more information about your changes, to help the reviewers for better understanding the context here.