add flake and move to npm

This commit is contained in:
Joakim Repomaa
2026-02-22 22:23:49 +02:00
parent 9f661e4d57
commit 5ae9386fcd
11 changed files with 6579 additions and 1635 deletions

View File

@@ -6,21 +6,21 @@ This is a SvelteKit 5 project with TypeScript and Tailwind CSS for a router dash
```bash
# Development server
deno run dev
npm run dev
# Build for production
deno run build
npm run build
# Preview production build
deno run preview
npm run preview
# Type checking
deno run check
deno run check:watch
npm run check
npm run check:watch
# Linting and formatting
deno run lint
deno run format
npm run lint
npm run format
```
## Code Style Guidelines