We greatly appreciate your willingness to contribute to this project! Before submitting a pull request, there are some guidelines you should notice.
This project is a monorepo using Turborepo and npm
- Check if there's other similar PRs.
- Format your code with prettier.
Before submitting a new feature, make sure to open an issue (Feature Request) with sufficient information and reasons about the new feature. After the feature request is approved, you can submit a pull request.
Provide a detailed description of the bug (with live demo if possible). OR open a bug report and link it in your PR.
Contributing to the docs is relatively easier, make sure to check the typos and grammatical mistakes before submitting.
You may start with contributing to the docs,
it is located in /content/docs
.
To run the docs site in dev mode run npm run dev
to start the development server.
You don't need any extra environment variables to run this project.