Dashboard for Carrera race information and statistics https://carrera.neshweb.net
  • Svelte 68.9%
  • TypeScript 28.9%
  • CSS 0.8%
  • JavaScript 0.7%
  • Dockerfile 0.4%
  • Other 0.3%
Find a file
Neshura fb03a2b0e9
All checks were successful
Run Tests on Code / test (push) Successful in 23s
Update docker/compose.yml
Just use latest tag
2026-01-25 11:53:56 +00:00
.forgejo/workflows Move deploy to separate job 2026-01-25 01:53:44 +00:00
.idea swap to Rust backend, introduced openapi based endpoints + added svg of track (if present in data structure) 2026-01-06 00:33:56 +00:00
.vscode Initial Working Version 2025-12-30 13:05:33 +00:00
docker Update docker/compose.yml 2026-01-25 11:53:56 +00:00
src flip position list and lap time highlights due to space constraints; switch from 4-grid to 2x2 grid and flex layout 2026-01-25 02:34:29 +00:00
static Initial Working Version 2025-12-30 13:05:33 +00:00
.dockerignore Add dockerignore file 2025-12-30 23:53:00 +00:00
.gitignore Initial Working Version 2025-12-30 13:05:33 +00:00
.npmrc Initial Working Version 2025-12-30 13:05:33 +00:00
Dockerfile use dotenv package 2025-12-30 23:27:48 +00:00
LICENSE Initial commit 2025-12-30 12:35:02 +00:00
package.json Release 0.11.6 2026-01-25 02:35:20 +00:00
README.md Initial Working Version 2025-12-30 13:05:33 +00:00
svelte.config.js Initial Working Version 2025-12-30 13:05:33 +00:00
tsconfig.json swap to Rust backend, introduced openapi based endpoints + added svg of track (if present in data structure) 2026-01-06 00:33:56 +00:00
vite.config.ts WIP Driver Page, separate TV and Desktop layouts 2026-01-11 02:59:43 +00:00
yarn.lock Add charts to drivers page 2026-01-18 23:18:20 +00: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 in the current directory
npx sv create

# create a new project in my-app
npx sv create my-app

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.