/personal-website

💻 Open source website

Primary LanguageSvelte

Personal website

This repository contains my personal website written in Svelte using SSR.

Requirements

After having installed mise run:

$ mise install

Then install dependencies:

$ pnpm install

Developing

To start a development server:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

To create a production version:

pnpm run build

You can preview the production build with pnpm run preview.