Check out our minecraft server where we host different modpacks and more, this is mostly for our friends.
- Clone the repository
git clone https://github.com/WoIfey/ZeroNetwork.git
cd ZeroNetwork- Install dependencies
pnpm install- Initialize the database with docker
Copy the env.example file and rename it to .env:
pnpm db:start- Run database migrations and seed it
pnpm prismapnpm db:seed- Start the development server and prisma studio
pnpm devpnpm studio or npx prisma studio