Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 410 Bytes

File metadata and controls

22 lines (15 loc) · 410 Bytes

OpenAPI Designer – Documentation Website

A standalone documentation site for the OpenAPI Designer component, built with Vite + React + TypeScript + Tailwind CSS.

Development

cd website
npm install
npm run dev

Open http://localhost:5173 in your browser.

Production Build

npm run build
npm run preview

The output is generated in website/dist/.