Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 796 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 796 Bytes

openapi-typescript Docs

Docs site powered by Astro, a modern static site generator.

Lives at https://openapi-ts.pages.dev.

Setup

Setup requires the latest version of Node.js and pnpm. With both installed, run:

pnpm 1
pnpm run dev

That will launch the docs site at http://localhost:3000.

Editing

All content lives in the content/ directory, in .md files that should be familiar to edit to most.

For the non-markdown bits, please see the Astro Documentation.

Contributing

Docs contributions are welcome! Please refer to CONTRIBUTING.md for additional assistance.