Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tohsaka888/haotiandianmusicserver


https://github.com/tohsaka888/haotiandianmusicserver

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# MusicServer

## How to use it

**use node**
```terminal
node app.js
```

**use npm**
```termial
npm run build
```
**use pm2**
```terminal
pm2 start app.js
```

**use yarn**
```terminal
yarn start
```