mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
Merge branch 'main' of https://github.com/Ategon/Jamjar
This commit is contained in:
commit
2b3d1f08fa
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue