Website made for a "Social Bridge Impact" task at 2024 Hack yeah hackathon in Cracow
To build and run follow these steps:
- Install bun.sh
For windows:
powershell -c "irm bun.sh/install.ps1 | iex"
For Linux/MacOS:
curl -fsSL https://bun.sh/install | bash
-
Once you're at the root of repository run:
bun install -
Start the database:
bun src/back/manageDatabase.ts -
Open new terminal at the same location and run the following:
bun run dev