mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-30 17:44:07 +03:00
update readme
This commit is contained in:
parent
fcef60bf84
commit
7c21271c3e
21
README.md
21
README.md
|
@ -1,2 +1,23 @@
|
|||
# ReDoc
|
||||
![travis-ci-status]
|
||||
|
||||
Swagger-generated API Reference Documentation
|
||||
|
||||
**Under development**
|
||||
[Live demo][demo]
|
||||
|
||||
## Running locally
|
||||
1. Clone repository
|
||||
`git clone https://github.com/Rebilly/ReDoc.git`
|
||||
2. Go to the project folder
|
||||
`cd ReDoc`
|
||||
3. Install node modules
|
||||
`npm install`
|
||||
4. _(optional)_ Replace `demo/swagger.json` with your own schema
|
||||
5. Start the server
|
||||
`npm start`
|
||||
6. Open `http://localhost:9000`
|
||||
|
||||
|
||||
[travis-ci-status]: https://travis-ci.org/Rebilly/ReDoc.svg?branch=master "TravisCI Status"
|
||||
[demo]: http://rebilly.github.io/ReDoc/
|
||||
|
|
Loading…
Reference in New Issue
Block a user