Contributing
May 29, 2025 ยท View on GitHub
Setting Up the Environment
- Run
pnpm installin the root of the repository to install all dependencies. - Run
nadle buildto build the project.
Running Tests
You can run the tests of the project that you modified by going to the project's directory and running:
nadle test
Formatting Code
You can format the code using the following command:
nadle format
Start Development
You can run the project in development mode using:
pnpm start