Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 298 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 298 Bytes

sveltekit with bun

let's see how this works out, if there is any problem or if everything works fine!

how to run

replace every npm or yarn or pnpm command with bun. Example npm run dev -> bun run dev. If you want to run with bun instead of nodejs then run

  bun --bun run dev.