mpp-dev-but-mppnet/README.md

638 B

MPP

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

  1. 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 .