Daniel 3a8981c5b5 | ||
---|---|---|
config | ||
prisma | ||
public | ||
src | ||
.env.template | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc | ||
LICENSE | ||
README.md | ||
bun.lockb | ||
package.json | ||
tsconfig.json |
README.md
mpp-server-dev2
This is a new MPP server currently in development for MPP.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
- Simply:
If no bun: curl -fsSL https://bun.sh/install | bash cp .env.template .env Do on bash: bun i bunx prisma generate bunx prisma db push bun .