From 6c068f11664b8c42e24bf4d5895e20c240ee7526 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 1 Dec 2016 16:22:35 -0700 Subject: [PATCH] Document how to use example puzzles --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac36fca..42d127b 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,16 @@ for details. Getting Started Developing ------------------------------- +If you don't have a `puzzles` directory, +you can copy the example puzzles as a starting point: + + $ cp -r example-puzzles puzzles + +Then launch the development server: + $ python3 tools/devel-server.py -Then point a web browser at http://localhost:8080/ +Point a web browser at http://localhost:8080/ and start hacking on things in your `puzzles` directory. More on how the devel sever works in