Skip to content

Plunderkrugs/plunderkrugs.github.io

Repository files navigation

plunderkrugs.com

To install dependencies:

bun i

To generate a route:

bun gen {name}

bun gen test
# or
bun gen test.ts
# 📝 pages/test.ts created.

The new route will automatically open in Visual Studio Code.

To run a development server:

bun dev

To run a production server:

bun start

This project was created with Bun, a fast all-in-one JavaScript runtime.