mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
bknd starter: Bun
A minimal Bun project with bknd integration.
Project Structure
Inside of your Bun project, you'll see the following folders and files:
/
├── index.ts
├── minimal.ts
└── package.json
To update bknd config, check index.ts.
Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
bun install |
Installs dependencies |
bun run dev |
Starts local dev server at localhost:3000 |
Want to learn more?
Feel free to check our documentation or jump into our Discord server.