Dashboard for Carrera race information and statistics https://carrera.neshweb.net
  • Svelte 56.7%
  • TypeScript 40.4%
  • CSS 2%
  • JavaScript 0.6%
  • Dockerfile 0.2%
  • Other 0.1%
Find a file
Neshura 2eae60439d
All checks were successful
Run Tests on Code / test (push) Successful in 5m23s
Update .forgejo/workflows/build-release.yml
2026-06-11 09:03:44 +00:00
.forgejo/workflows Update .forgejo/workflows/build-release.yml 2026-06-11 09:03:44 +00:00
.idea new SpeedLabel component 2026-05-11 18:21:21 +00:00
.vscode Initial Working Version 2025-12-30 13:05:33 +00:00
src replace Popover with Tooltip; replicate Popover themeing on Tooltip 2026-05-12 22:33:50 +00:00
static Initial Working Version 2025-12-30 13:05:33 +00:00
.dockerignore Update Dockerfile 2026-04-02 22:48:07 +00:00
.gitignore Add .yarnrc.yml for Docker builds 2026-04-03 00:07:01 +00:00
.npmrc Initial Working Version 2025-12-30 13:05:33 +00:00
.yarnrc.yml Release 0.17.5 2026-04-03 00:23:23 +00:00
components.json shadcn ui instead of flowbite 2026-05-09 19:37:57 +00:00
compose.yml Add .yarnrc.yml for Docker builds 2026-04-03 00:07:01 +00:00
Dockerfile Dockerfile changes 2026-04-02 23:55:39 +00:00
eslint.config.js add eslint 2026-03-21 12:10:26 +00:00
LICENSE Initial commit 2025-12-30 12:35:02 +00:00
package.json Release 0.21.1 2026-05-12 22:35:36 +00:00
README.md Initial Working Version 2025-12-30 13:05:33 +00:00
svelte.config.js Remove typescript content from svelte.config.js 2026-03-20 22:55:51 +00:00
tsconfig.json Add Categories helper with unit test 2026-03-19 23:44:57 +00:00
vite.config.ts apply Sidebar component to cars page 2026-05-09 22:58:37 +00:00
yarn.lock move to layerchart instead of chartjs 2026-05-10 10:49:32 +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.