mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
747 B
747 B
ReDoc
Swagger-generated API Reference Documentation
Under development Live demo
Running locally
- Clone repository
git clone https://github.com/Rebilly/ReDoc.git
- Go to the project folder
cd ReDoc
- Install node modules
npm install
- (optional) Replace
demo/swagger.json
with your own schema - Start the server
npm start
- Open
http://localhost:9000