Skip to content

Commit 00cbfad

Browse files
Josh SagerGitHub Enterprise
authored andcommitted
Merge pull request #9 from wsmith/add-dev-server-notes
new: Added instructions for development server
2 parents e9e0e42 + c5d149c commit 00cbfad

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)