Skip to content

Fasteroid/fasteroid.github.io

Repository files navigation

Welcome!

My name is Fasteroid, and you've just discovered the source code to my portfolio website!

Building

This site is built with SvelteKit and Vite.  To build, run this:

bun run build

If you want to just run the prebuild scripts without doing a full build, this command is for you:

bun run prebuild

These do things like automatically mapping the site so I don't have to manually manage what's in the navbar.

Developing

Most of the time all you'll need to do is run this:

bun run dev

Sometimes you'll also have to run the prebuild scripts for a change to show up.

Deploying

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.

About

Portfolio website & more!

Resources

Stars

Watchers

Forks

Contributors