24 lines
253 B
Markdown
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
|