This is the source code for the Isaac Streaking Leaderboards, a website that tracking streaking records for The Binding of Isaac: Repentance.
The website is built with SvelteKit + Prisma. It is hosted by Vercel + Supabase.
Join our Discord server.
Clone the repo:
git clone git@github.com:Zamiell/isaac-streaking.git
cd isaac-streaking
Install dependencies:
corepack enable
yarn install
Open the project in VSCode:
code .
Set up environment variables:
cp .env.example .env
code .env # Fill in the values accordingly.
Set up the database:
./install_database.sh
Run the server for development:
./run.sh