https://github.com/mnao305/mai-score
maimaiでらっくすのスコア管理ツールです。スコアデータの一覧表示やスコア更新ツイートなどが可能です
https://github.com/mnao305/mai-score
maimai
Last synced: 2 months ago
JSON representation
maimaiでらっくすのスコア管理ツールです。スコアデータの一覧表示やスコア更新ツイートなどが可能です
- Host: GitHub
- URL: https://github.com/mnao305/mai-score
- Owner: mnao305
- Created: 2019-07-11T16:54:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-21T16:23:39.000Z (over 1 year ago)
- Last Synced: 2024-12-28T19:43:49.549Z (4 months ago)
- Topics: maimai
- Language: Vue
- Homepage: https://mai-score.com
- Size: 9.85 MB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# mai-score
> maimaiでらっくすのスコア管理ツール
## Build Setup
``` bash
# install dependencies
$ npm run install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate# Functions ローカルテスト用
$ $env:GOOGLE_APPLICATION_CREDENTIALS="mai-score.json"
$ firebase emulators:start# Functions デプロイ
$ firebase deploy --only functions
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).