Skip to content

A website that tracking streaking records for The Binding of Isaac: Repentance.

License

Notifications You must be signed in to change notification settings

Zamiell/isaac-streaking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isaac-streaking

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.


Dev

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