Document how to use example puzzles

This commit is contained in:
Neale Pickett 2016-12-01 16:22:35 -07:00
parent e39f1f8da8
commit a6fb2d6120
1 changed files with 8 additions and 1 deletions

View File

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