Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 408 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 408 Bytes

Leaderboard server

This is a basic leaderboard server for The Peacock Project

Setup

yarn install # install dependencies
yarn prisma generate
# Modify to match your postgres setup
export DATABASE_URL = $env:DATABASE_URL="postgresql://USER:PASSWORD@HOST:PORT/DATABASE"
yarn prisma migrate dev # setup the database
yarn build
node ./build/main # start the server