Skip to content

tepel-chen/KTANE-Bombs

 
 

Repository files navigation

KTANE-Bombs

A website for tracking KTANE challenge bombs.

bombdata

bombdata is a scrapper that uses HTML files from the challenge bomb spreadsheets so that that data can be imported.

Developing

Install dependencies with npm install (or pnpm install or yarn).

Make a copy of the .env.template file and rename it to .env.

Inside that file set DATABASE_URL to point to your Postgres DB.

Run npx prisma generate to generate the prisma client.

Run npx prisma migrate dev to set up the database.

To start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 64.3%
  • TypeScript 27.0%
  • C# 4.7%
  • JavaScript 3.9%
  • HTML 0.1%