Skip to content

Commit c5d149c

Browse files
committed
new: Added instructions for development server
1 parent 47a4a11 commit c5d149c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ npm install redoc --save
3232

3333
## Development
3434

35-
_TODO:_ - We need to finalize the local development portion of this
36-
repository, so developers can see more than just the OpenAPI spec
37-
itself.
35+
Any http server serving this directory will work - simply reload the page to
36+
see changes. We're working on a nicer way to do this, but for now this should
37+
get you started:
38+
39+
```shell
40+
python -m SimpleHTTPServer
41+
```
3842

3943
## Deploy
4044

0 commit comments

Comments
 (0)