install dependencies:
pnpm install
To build the project:
pnpm run build
To start the server:
pnpm start
For development with hot-reloading:
pnpm run dev
To run tests:
pnpm test
This project is licensed under the MIT License - see the LICENSE.md file for details.