https://github.com/brainstudnl/blaco
Brainstud's Ladder Competition Software
https://github.com/brainstudnl/blaco
Last synced: 5 months ago
JSON representation
Brainstud's Ladder Competition Software
- Host: GitHub
- URL: https://github.com/brainstudnl/blaco
- Owner: brainstudnl
- Created: 2024-06-10T14:10:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T08:31:37.000Z (over 1 year ago)
- Last Synced: 2025-03-12T09:34:21.008Z (over 1 year ago)
- Language: CSS
- Size: 867 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blaco
Brainstud's Ladder Competition Software.
## Setup
We're using [Bun](https://bun.sh) as our package manager, make sure it's installed on your machine.
Installing the packages for the application:
```bash
$ bun install
```
Copy the .env.example file and add you own database url.
```bash
cp .env.example .env
```
Before you start the server, make sure you've run the migrations:
```bash
$ bunx prisma migrate dev
```
Once migrated, run the development server:
```bash
$ 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](https://github.com/brainstudnl/blaco/issues/new/choose) or [pull request](https://github.com/brainstudnl/blaco/compare)!