Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 319 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 319 Bytes

todo

❯ bun create monkeychai/bun-api <destination>
❯ bun run <destination>/bin/setup.ts run <name>

There will be uncommitted changes.

To reset the repo, you can run:

❯ rm -rf .git && git init && git add . && git commit -m "Scaffold from monkeychai/bun-api"

Run with:

❯ bun server