This app uses svelte with typescript
Svelte makes it easier for our code to update stuff in the HTML.
First install the dependencies
bun installThen to start the website (in developer mode) run this
bun devTo create the final version run
bun run buildTo preview the final version run
bun run preview