All Projects → simon300000 → musedash.moe

simon300000 / musedash.moe

Licence: MIT license
Players rank of game Muse Dash!

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Labels

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 --legacy-peer-deps

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 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].