@@ -5,6 +5,15 @@ yarn install
yarn run dev
```
+- Editor
+
+ ```bash
+ git clone https://github.com/swagger-api/swagger-editor.git
+ cd swagger-editor
+ npm install
+ npm run dev # http://localhost:3200
+ ```
## Documents
- [OpenAPI Guide](https://swagger.io/docs/specification/basic-structure/)
@@ -1,4 +1,3 @@
-import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App";