Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 824 Bytes

File metadata and controls

37 lines (23 loc) · 824 Bytes

Blaco

Brainstud's Ladder Competition Software.

Setup

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.

Contributing

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!