mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
612 B
612 B
ReDoc prototype
Prototype of component-based Swagger documentation
Under development
Running locally
- Clone repository
git clone https://github.com/RomanGotsiy/redoc-prototype.git
- Go to the project folder
cd redoc-prototype
- Install node modules
npm install
- (optional) Replace
demo/swagger.json
with your own schema - Start the server
npm start
- Open
http://localhost:9000