Go to file
2025-11-05 07:12:15 +01:00
commands First Commit 2025-11-05 07:12:15 +01:00
functions First Commit 2025-11-05 07:12:15 +01:00
types First Commit 2025-11-05 07:12:15 +01:00
utils First Commit 2025-11-05 07:12:15 +01:00
.gitignore First Commit 2025-11-05 07:12:15 +01:00
bun.lock First Commit 2025-11-05 07:12:15 +01:00
index.ts First Commit 2025-11-05 07:12:15 +01:00
package.json First Commit 2025-11-05 07:12:15 +01:00
README.md First Commit 2025-11-05 07:12:15 +01:00
tsconfig.json First Commit 2025-11-05 07:12:15 +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