Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 519 Bytes

File metadata and controls

30 lines (19 loc) · 519 Bytes

Contributing

Setting Up the Environment

  1. Run pnpm install in the root of the repository to install all dependencies.
  2. Run nadle build to 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