-
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 bunto install bun. -
Run
bun ito install the dependencies. -
Run
bun run dev --opento start the development server and open the app in a new browser tab.
-
Run
bun run lintto lint the code. -
Run
bun run formatto format the code. -
Run
bun run checkto run the svelte-check. -
Run
bun run testto run the tests. -
Run
bun run buildto run the tests in the browser. -
Run
bun run preview --opento run the preview server and open the app in a new browser tab.