Hive Trials — AI Proficiency Quiz Platform
  • Svelte 56.4%
  • TypeScript 30.5%
  • Shell 8.4%
  • CSS 3.5%
  • JavaScript 0.8%
  • Other 0.4%
Find a file
Claude Code (PC) 17cb575ea9 fix(config): strictPort on dev server — fail loudly on a busy 5192, no silent rollover
Co-Authored-By: Claude Code (PC) <claude-pc@b-tech.local>
2026-05-25 22:06:55 +02:00
.vscode feat(hive-trials): Initial MVP — AI proficiency quiz platform 2026-03-18 20:00:43 +01:00
benchmarks benchmark: Gemma 3 4B (local, Q4) scores 51% (36/70) 2026-03-21 02:28:48 +01:00
scripts feat(benchmark): add Gemini benchmark runner script 2026-03-20 23:07:41 +01:00
src feat(ui): add benchmark leaderboard page 2026-03-20 23:14:58 +01:00
static feat(hive-trials): Initial MVP — AI proficiency quiz platform 2026-03-18 20:00:43 +01:00
.gitignore feat(data): split questions into JSON + add trial API 2026-03-20 21:45:23 +01:00
.npmrc feat(hive-trials): Initial MVP — AI proficiency quiz platform 2026-03-18 20:00:43 +01:00
bun.lock fix(security): add overrides for picomatch, cookie vulnerabilities 2026-03-31 19:24:20 +02:00
package.json fix(security): add overrides for picomatch, cookie vulnerabilities 2026-03-31 19:24:20 +02:00
README.md feat(hive-trials): Initial MVP — AI proficiency quiz platform 2026-03-18 20:00:43 +01:00
svelte.config.js feat(hive-trials): Initial MVP — AI proficiency quiz platform 2026-03-18 20:00:43 +01:00
tsconfig.json feat(hive-trials): Initial MVP — AI proficiency quiz platform 2026-03-18 20:00:43 +01:00
vite.config.ts fix(config): strictPort on dev server — fail loudly on a busy 5192, no silent rollover 2026-05-25 22:06:55 +02:00

sv

Everything you need to build a Svelte project, powered by sv.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project
npx sv create my-app

To recreate this project with the same configuration:

# recreate this project
npx sv@0.12.8 create --template minimal --types ts --no-install hive-trials

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

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

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.