| commands | ||
| src | ||
| .gitignore | ||
| bun.lock | ||
| CLAUDE.md | ||
| index.ts | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Bunext
A Next JS replacement built with bun JS and docker
Running this application
To run development:
bun dev
To run production:
bun start
Requirements
Docker
You need docker installed to run this project