Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 566 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 566 Bytes

Clips

Self-hosted video game clips website harnessing the speed of Bun & bun:sqlite.

Work-in-progress, more documentation soontm

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.