Skip to content

Lontronix/lonniegerol.com

Repository files navigation

Lonnie's Personal Website

This is my personal website, it was written in Javascript and uses the SvelteKit framework

Setup

  1. Install dependencies by running npm install
  2. start the development server npm run dev or npm run dev -- --open (the latter automatically opens the site in your default browser)

Building

To create a production version:

npm run build

Testing locally

[insert instructions here]

You can preview the production build with npm run preview.