Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

ddradar/ddradar-old

Repository files navigation

DDRadar

last commit GitHub deployments release version Node CI Status CodeFactor codecov Dependabot Status License

日本語版ガイドはこちらにあります。

DDR Score Tracker

Build Setup

# install dependencies
npm install
# (optional) if you develop and test with firestore, install firebase tool.
# firestore emulator needs Java.
npm install -g firebase-tools
firebase setup:emulators:firestore

# unit test with jest (exclude /__firebase__/ folder)
npm test
# run firestore emulator and unit test with jest
firebase emulators:exec --only firestore "npm run test:all"

# serve with hot reload at localhost:3000
npm run dev

For detailed explanation on how things work, check out Nuxt.js docs.

Contributing

See this guide.