Skip to content

HunterMeyer/homepage

Repository files navigation

homepage

My personal homepage

Project Setup

bun install

Compile and Hot-Reload for Development

bun dev

Compile and Minify for Production

bun build

Run Unit Tests with Vitest

bun test:unit

Lint with ESLint

bun lint