https://github.com/toyobayashi/mishiro-score-viewer
https://toyobayashi.github.io/mishiro-score-viewer/
https://github.com/toyobayashi/mishiro-score-viewer
cgss cinderella-girls deresute
Last synced: 3 months ago
JSON representation
https://toyobayashi.github.io/mishiro-score-viewer/
- Host: GitHub
- URL: https://github.com/toyobayashi/mishiro-score-viewer
- Owner: toyobayashi
- Created: 2018-12-25T07:07:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T03:13:57.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T20:16:37.253Z (4 months ago)
- Topics: cgss, cinderella-girls, deresute
- Language: TypeScript
- Homepage:
- Size: 18.4 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mishiro-score-viewer
Demo: [https://toyobayashi.github.io/mishiro-score-viewer/](https://toyobayashi.github.io/mishiro-score-viewer/)
## Quick Start
Require Node.js 8+ and git.
``` bash
$ git clone https://github.com/toyobayashi/mishiro-score-viewer.git$ cd mishiro-score-viewer
$ npm install
$ npm start
```Place live song (.mp3) and score (.csv) in `docs/res`,
rename mp3 to `${id}.mp3`,
rename csv to `${id}-${difficulty}.csv`,
add `list` field in `docs/data.json`,
then open `http://localhost:9080/` in **Chrome** / **Firefox**.Local development port can be changed in `script/config.json`.
Use [mishiro desktop application](https://github.com/toyobayashi/mishiro) to have a better experience.
把MP3文件和CSV文件都放在 `docs/res`,
按照上面的格式重命名对应的音乐和谱面,
并在 `docs/data.json` 的 `list` 下添加ID和谱面难度,
在 **Chrome** 或 **Firefox** 中打开`http://localhost:9080/`。本地开发环境的端口可以在 `script/config.json` 中更改。
推荐使用 [mishiro 桌面应用](https://github.com/toyobayashi/mishiro) 获得更好的体验。