Clone the repository.
Make sure you are using the latest Node LTS version at the time of the last commit [v24.x].
Run npm i -g bun to install bun.
Run bun i to install the dependencies.
Run bun run dev --open to start the development server and open the app in a new browser tab.
Run bun run lint to lint the code.
Run bun run format to format the code.
Run bun run check to run the svelte-check.
Run bun run test to run the tests.
Run bun run build to run the tests in the browser.
Run bun run preview --open to run the preview server and open the app in a new browser tab.