mirror of https://github.com/dirtbags/moth.git
Document how to use example puzzles
This commit is contained in:
parent
06e0bddb1a
commit
6c068f1166
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue