To be able to run this project locally you will need
- NodeJS v20.11.1 or higher
- PNPM package manager
After you have cloned the repository and have all necessary requirements installed, you can run the following commands:
pnpm install
- to install all the dependencies required to start project and start contributing to itpnpm start
- to start the development serverpnpm test
- to run unit tests oncepnpm test:watch
- to run unit tests int watch modepnpm test:watch <pattern>
- to run unit tests int watch mode, wherepattern
is a string that will be used to match test filespnpm build
- to build application