The active web app in this repository lives in sveltekit-frontend.
The repo's audit playbooks assume rg is available for fast codebase-wide search.
rg (ripgrep) is the default search and wiring-audit tool.awk and gawk are useful for shell-side report slicing; on Windows they usually come from Git for Windows or WSL rather than from this repo.Verify them in PowerShell with:
Get-Command rg
Get-Command awk
Get-Command gawk
cd sveltekit-frontend
npm ci
npm run dev
The dev server starts on http://localhost:5173.
npm run dev depends on packages such as cross-env and vite being installed locally.
For local development, use:
cd sveltekit-frontend
npm ci
Do not use these for a fresh local dev setup:
npm ci --omit=dev
npm ci --only=production
If you do, npm run dev will fail on a new machine because required development packages will be missing.
The default npm run dev script points at local services on 127.0.0.1, including:
Some app features may be degraded until those services are running.
VS Code Remote Development is not required, but it works fine with this repo.
If you use WSL2:
npm ci and npm run dev inside WSLUse the production build/runtime path for deployment. Do not use npm run dev in production.
5,490 commits
TypeScript
48.1%
JavaScript
33.3%
Svelte
8.6%
Python
4.3%
PowerShell
1.6%
The active web app in this repository lives in sveltekit-frontend.
The repo's audit playbooks assume rg is available for fast codebase-wide search.
rg (ripgrep) is the default search and wiring-audit tool.awk and gawk are useful for shell-side report slicing; on Windows they usually come from Git for Windows or WSL rather than from this repo.Verify them in PowerShell with:
Get-Command rg
Get-Command awk
Get-Command gawk
cd sveltekit-frontend
npm ci
npm run dev
The dev server starts on http://localhost:5173.
npm run dev depends on packages such as cross-env and vite being installed locally.
For local development, use:
cd sveltekit-frontend
npm ci
Do not use these for a fresh local dev setup:
npm ci --omit=dev
npm ci --only=production
If you do, npm run dev will fail on a new machine because required development packages will be missing.
The default npm run dev script points at local services on 127.0.0.1, including:
Some app features may be degraded until those services are running.
VS Code Remote Development is not required, but it works fine with this repo.
If you use WSL2:
npm ci and npm run dev inside WSLUse the production build/runtime path for deployment. Do not use npm run dev in production.
5,490 commits
TypeScript
48.1%
JavaScript
33.3%
Svelte
8.6%
Python
4.3%
PowerShell
1.6%