We welcome contributions of any size and skill level. As an open source project, we believe in giving back to our contributors and are happy to help with guidance on PRs, technical writing, and turning any feature idea into a reality.
Tip for new contributors: Take a look at https://github.com/firstcontributions/first-contributions for helpful information on contributing
node: ">=16.0.0"
npm: "^8.11.0"
# otherwise, your build will fail
git clone && cd ...
npm install
npm run build
# starts a file-watching, live-reloading dev script for active development
npm run dev
# build the entire project, one time.
npm run build
# run this in the top-level project root to run all tests
npm run test
You can run the following commands before making a Pull Request
# format with fix
npm run format:fix
# lint with fix
npm run lint:fix
TODO
See i18n guide