Please use the scripts in package.json as intended to run the app.
To run development:
npm installnpm run dev
To run the tests:
npm run tests
Please run this command from root of the project, due to some issues in configuration, it won't work from anywhere else.
Docker
To run docker use:
- docker build -t [any name] .
- docker run -d --rm -p 5173:5173 --name [name of the container] [your docker image name]