For now it is just a portfolio site, but in the future it should also have links to projects I've worked on and am working on.
Dev Site (Not available at the moment, test in prod atm)
Once you've cloned the repository and installed dependencies with bun install
, start a development server:
bun dev
To create a production version of your app:
bun run build
You can preview the production build with bun preview
.