Brainstud's Ladder Competition Software.
We're using Bun as our package manager, make sure it's installed on your machine.
Installing the packages for the application:
$ bun install
Copy the .env.example file and add you own database url.
cp .env.example .env
Before you start the server, make sure you've run the migrations:
$ bunx prisma migrate dev
Once migrated, run the development server:
$ bun dev
Open http://localhost:3000 with your browser to see the result.
Contibutions are welcome! If you want to add a cool feature or do some kind of improvement, feel free to open an issue or pull request!