Skip to content

ddradar/ddradar

Repository files navigation

DDRadar

日本語版のガイドはこちらです。

GitHub deployments last commit release version Node.js CI CodeFactor codecov dependabot License

DDR Score Tracker

Setup

# Install dependencies
pnpm install

Required

  • Node.js 18.x

  • pnpm 8.x

  • Azure Functions Core Tools 4.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

Develop Command

# Install dependencies
pnpm install
# Run Lint
pnpm lint
# Run Lint & auto fix
pnpm fix
# Run unit test
pnpm test
# Production build
pnpm build

Contributing

See this guide.