bunext/README.md
2025-11-05 07:12:15 +01:00

24 lines
253 B
Markdown

# 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