Skip to content

simon300000/musedash.moe

Repository files navigation

musedash.moe Node CI

Repository of https://musedash.moe

Track player ranks of game "Muse Dash" by "PeroPeroGames".

This project/website is unofficial! I have no copyright with the music/picture/cover displayed in the website, they belong to the original owner. This website has no relation with MuseDash or PeroPeroGames.

Please download the game under :D

Download the game

Steam:(PC/macOS) https://store.steampowered.com/app/774171/Muse_Dash/

Google Play: https://play.google.com/store/apps/details?id=com.prpr.musedash

Nintendo Switch: https://www.nintendo.com/games/detail/muse-dash-switch/

Apple App Store: https://apps.apple.com/us/app/muse-dash/id1361473095

TapTap: https://www.taptap.com/app/60809

Twitter:

Muse Dash

PeroPeroGames

Website:

PeroPeroGames

Todo

  • Rank for Nintendo Switch

Project setup

First, init the git submodule

git submodule init
git submodule update

Then install npm dependencies

npm install

Development

Compiles frontend and hot-reloads for development

npm run serve

Modify vue.config.js, to use production api server

Compiles backend with watch for development

npm run dev

Production

Compiles frontend and minifies for production

npm run build:vue

Compiles backend for production

npm run build:api

Run for production with pm2

pm2 start ecosystem.config.js