mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
29 lines
837 B
Markdown
29 lines
837 B
Markdown
# 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:
|
|
|
|
```text
|
|
/
|
|
├── 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](https://docs.bknd.io/integration/bun) or jump into our [Discord server](https://discord.gg/952SFk8Tb8).
|