Update README.md

This commit is contained in:
Benjamin Barbeau 2025-01-15 14:08:12 -05:00 committed by GitHub
parent 9d457750db
commit fe3ac9d48a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,4 +2,15 @@
Frontend for a game jam site
Under construction currently, I just quickly slapped together a splash page in 30 mins to show instead of the usual site progress and it will slowly get added back and polished over time
To run using next.js (for development)
```
npm i
npm run dev
```
To run using docker and docker compose
```
docker-compose up --build -d
```