This is a repository for my personal website, and it is powered by Svelte. To be able to run this project, or to make a Svelte project of your own, check out sv.
This project uses bun as a JS/TS runtime, which you can install by running npm install -g bun.
Once you've created a project and installed dependencies with bun install, start a development server:
bun run dev
# or start the server and open the app in a new browser tab
bun run dev --openTo create a production version of this app:
bun run buildYou can preview the production build with bun preview.
To deploy your app, you may need to install an adapter for your target environment.