Run the following command to launch the project in dev mode
npm run dev
Run the following command to build the project
npm run build
Run the following command to launch the project inside a docker container
docker-compose -f docker-compose.dev.yml up
Run the following command build & run a distroless docker container for production
docker-compose up
To setup husky & lint-staged for pre-commit hook run
npm run install:husky