Go to file
2026-03-17 16:20:58 +01:00
commands Update 2026-03-17 04:56:01 +01:00
info Updates 2026-03-15 08:30:54 +01:00
src Bugfix watcher function. Refresh bundler after adding and removing pages 2026-03-17 16:20:58 +01:00
.gitignore First Commit 2025-11-05 07:12:15 +01:00
bun.lock First working version 2026-03-16 20:44:15 +01:00
bunext.config.ts First working version 2026-03-16 20:44:15 +01:00
bunfig.toml First working version 2026-03-16 20:44:15 +01:00
CLAUDE.md Updates 2026-03-05 05:50:41 +01:00
index.ts First working version 2026-03-16 20:44:15 +01:00
package.json First working version 2026-03-16 20:44:15 +01:00
README.md First Commit 2025-11-05 07:12:15 +01:00
tsconfig.json Updates 2026-03-15 08:30:54 +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