From 22718a609316690d86b7062547e7343da7bff28d Mon Sep 17 00:00:00 2001 From: Zach Latta Date: Thu, 27 Jan 2022 14:56:20 -0500 Subject: [PATCH] Note that a local HTTP server is needed --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b2490646d7..bc6a3a6b14 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,21 @@ Join `#gamelab-dev` on the [Hack Club Slack](https://hackclub.com/slack/) to joi Check out a minimal example game: [Superb Macedonian Plumber Bro](https://hackclub.github.io/game-lab/?file=recxJ4Z4C3U0WbSIT) +## Development + +The Hack Club Game Lab requires a local HTTP server to run in development. Here's how to get it running on your own machine. + +Clone repo: + + $ git clone https://github.com/hackclub/game-lab + +Start a local HTTP server inside the repo: + + $ cd game-lab/ + $ python3 -m http.server 3000 + +And then go to http://localhost:3000 in your web browser, and it should work! + ## Minimal Examples initialize engine