First Commit

This commit is contained in:
2025-11-05 07:12:15 +01:00
commit 8177df7dd3
22 changed files with 807 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Bunext
A Next JS replacement built with bun JS and docker
## Running this application
To run development:
```bash
bun dev
```
To run production:
```bash
bun start
```
## Requirements
### Docker
You need `docker` installed to run this project