- Run
pnpm installin the root of the repository to install all dependencies. - Run
nadle buildto build the project.
You can run the tests of the project that you modified by going to the project's directory and running:
nadle testYou can format the code using the following command:
nadle formatYou can run the project in development mode using:
pnpm start