Skip to content

squarepear/www

Repository files navigation

jeffreyharmon.dev Netlify Status

My personal website!

Setup

Make sure to install the dependencies

bun install -D

Development

Start the development server on http://localhost:3000

bun --bun run dev

Production

Build the application for production:

bun --bun run build

Checkout the deployment documentation.