This commit is contained in:
Ategon 2025-01-15 16:35:23 -05:00
commit 2b3d1f08fa

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
```