日本語版のガイドはこちらです。
DDR Score Tracker
# Install dependencies
pnpm install
-
Node.js
18.x
-
pnpm
8.x
-
If you want to use Azure Cosmos Emulator for API development and test, install it and set env below.
COSMOS_DB_CONN
:AccountEndpoint=https://127.0.0.1:8081/;AccountKey=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==
NODE_TLS_REJECT_UNAUTHORIZED
:0
# Install dependencies
pnpm install
# Run Lint
pnpm lint
# Run Lint & auto fix
pnpm fix
# Run unit test
pnpm test
# Production build
pnpm build
See this guide.