Skip to content

Commit bfadfd9

Browse files
authored
Merge pull request #65 from eltenedor/patch-2
expand example of using the interface
2 parents e03c195 + 0d830a0 commit bfadfd9

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,14 @@ If using a local install instead of docker:
5454

5555
# Editor Interface
5656

57-
Point your browser at `localhost:3000`, select an output format, a problem path and a problem seed. Click on "Load" to load the problem source into the editor, and from there you can render the contents of the editor (with or without edits). Clicking on "Save" will save your edits to the specified file path.
57+
* point your browser at [`localhost:3000`](http://localhost:3000/)
58+
* select an output format (see below)
59+
* specify a problem path (e.g. `Library/Rochester/setMAAtutorial/hello.pg`) and a problem seed (e.g. `1234`)
60+
* click on "Load" to load the problem source into the editor
61+
* render the contents of the editor (with or without edits) via "Render contents of editor"
62+
* click on "Save" to save your edits to the specified file path
63+
64+
![image](https://user-images.githubusercontent.com/3385756/129100124-72270558-376d-4265-afe2-73b5c9a829af.png)
5865

5966
# Renderer API
6067
Can be interfaced through `/render-api`

0 commit comments

Comments
 (0)