Skip to content

NikiSkaarup/skaarup.dev-v2

Repository files navigation

skaarup.dev v2

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.

Prod Site

Dev Site (Not available at the moment, test in prod atm)

Developing

Once you've cloned the repository and installed dependencies with bun install, start a development server:

bun dev

Building

To create a production version of your app:

bun run build

You can preview the production build with bun preview.