This project uses esbuild with Svelte and TypeScript.
Install dependencies:
npm ci
Start the development server and run build in watch mode:
npm run dev
src/: Source filesdist/: Output directory to distributepublic/: Static assets served directlytsconfig.json: TypeScript configurationbuild: Build the projectstart: Start the serverdev: Start the development server and run build in watch mode