mpp-dev-but-mppnet/README.md

26 lines
638 B
Markdown

![MPP](https://github.com/multiplayerpiano/mpp-frontend-v1/blob/master/static/128-piano.png?raw=true)
# mpp-server-dev2
This is a new MPP server currently in development for [MPP.dev](https://www.multiplayerpiano.dev). The original server is old and it needs a new one.
This server uses Bun.
The commit history includes BopItFreak's server because this server is (debatably) a heavy reimplementation of my fork of it.
## How to run
0. Simply:
```
If no bun:
curl -fsSL https://bun.sh/install | bash
Do on bash:
cp .env.template .env
bun i
bunx prisma generate
bunx prisma db push
bun .
```