Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 342 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 342 Bytes

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