Skip to content

basishacks/basishacks-r2

 
 

Repository files navigation

basishacks_2026

The official website for basishacks_2026. This is an updated version for season 2.

Local setup

First, copy .env.example as .env and fill out the fields. Then choose one of the methods below.

Using Bun (preferred):

bun i
bunx wrangler d1 execute DB --file sql/init.sql
bunx wrangler d1 execute DB --command 'INSERT INTO hackathon VALUES(1, "not_started", 0, 0, 0, 0, 0, NULL, NULL) ON CONFLICT DO NOTHING'
bun dev --https

Using npm:

npm i
npx wrangler d1 execute DB --file sql/init.sql
npx wrangler d1 execute DB --command 'INSERT INTO hackathon VALUES(1, "not_started", 0, 0, 0, 0, 0, NULL, NULL) ON CONFLICT DO NOTHING'
npm run dev -- --https

About

Website for Network Hackathon 2025-26 Season 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 58.1%
  • TypeScript 40.8%
  • Other 1.1%