front-end for chepi
Key | Value |
---|---|
Port | 3000 |
# development with watch
npm run dev
# production mode
npm run build
npm run start
# dependencies
docker-compose up
# in docker with dependencies
docker-compose --profile production up
# unit tests
npm run test
Powered by Google Translate