Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 416 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 416 Bytes

minifest

Using npm

# Install dependencies
npm install

# Start development server
npm run dev

Using bun

Bun (https://bun.sh/) is a fast Javascript runtime & package manager.

# Install dependencies
bun install

# Start development server
bun dev

Open http://localhost:3000 with your browser to see the result.


Made with yield.sh