My name is Fasteroid, and you've just discovered the source code to my portfolio website!
This site is built with SvelteKit and Vite. To build, run this:
bun run buildIf you want to just run the prebuild scripts without doing a full build, this command is for you:
bun run prebuildThese do things like automatically mapping the site so I don't have to manually manage what's in the navbar.
Most of the time all you'll need to do is run this:
bun run devSometimes you'll also have to run the prebuild scripts for a change to show up.
Provided you have the Github Pages environment on and github actions enabled, pushing to main new will automatically trigger a re-deployment. To avoid unnecessary deployments, you should consider committing to any other branch until you're ready to push a new feature.
Special thanks to @Penca53 for figuring out how to deploy SvelteKit to Github Pages.