Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 509 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 509 Bytes

surimu

✨ A simple starter kit for SvelteKit.

Includes:

  • Vite
  • SvelteKit with TypeScript
  • Vitest with @testing-library/svelte
  • Tailwind CSS

Developing

bun run dev

Testing & Linting

Running the tests with:

bun run test

Lint files with:

bun run lint

You can also format all the files with bun run format

Building

bun run build

You'll have to add an adapter for this, though.

Preview the production build with bun run preview.