An open API service indexing awesome lists of open source software.

https://github.com/mnao305/mai-score

maimaiでらっくすのスコア管理ツールです。スコアデータの一覧表示やスコア更新ツイートなどが可能です
https://github.com/mnao305/mai-score

maimai

Last synced: 2 months ago
JSON representation

maimaiでらっくすのスコア管理ツールです。スコアデータの一覧表示やスコア更新ツイートなどが可能です

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).