From fe3ac9d48a5341725e2901d7b7eaa52303e5e457 Mon Sep 17 00:00:00 2001 From: Benjamin Barbeau <73616169+Ategon@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:08:12 -0500 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb38247..3c61e09 100644 --- a/README.md +++ b/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 \ No newline at end of file +To run using next.js (for development) + +``` +npm i +npm run dev +``` + +To run using docker and docker compose + +``` +docker-compose up --build -d +```