Skip to content

ericjohnolson/weblog

Repository files navigation

Welcome to the weblog for ericolson.dev!!!

Personal portfolio/blog built with SvelteKit and Svelte 5.

Setup

Install dependencies:

bun install

Development

Start the development server:

bun run dev

# or open in browser automatically
bun run dev --open

Building

Create a production build:

bun run build

Preview the production build:

bun run preview

Type Checking

Run type checks:

bun run check

Releases

No releases published

Packages

 
 
 

Contributors