Go to file
2026-02-26 04:08:06 +01:00
commands Updates 2026-02-26 04:08:06 +01:00
src Updates 2026-02-26 04:08:06 +01:00
.gitignore First Commit 2025-11-05 07:12:15 +01:00
bun.lock Updates 2026-02-26 04:08:06 +01:00
index.ts Updates 2026-02-26 04:08:06 +01:00
package.json Updates 2026-02-26 04:08:06 +01:00
README.md First Commit 2025-11-05 07:12:15 +01:00
tsconfig.json Updates 2026-02-26 04:08:06 +01:00

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