Just a personal resume site

To replicate

  1. Clone the repository.

  2. Make sure you are using the latest Node LTS version at the time of the last commit [v24.x].

  3. Run npm i -g bun to install bun.

  4. Run bun i to install the dependencies.

  5. Run bun run dev --open to start the development server and open the app in a new browser tab.

Scripts

  • 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.

Top categories

Loading Svelte Themes