Skip to content

Files

Latest commit

5268a89 · Feb 23, 2024

History

History
27 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.06 KB

Website

This website is built using Docusaurus, a modern static website generator.

It is hosted at: https://openhousedb.org

Local Development

First install npm packages:

$ npm install

To bring up the service, run:

$ npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. Server should be brought up at http://localhost:3000/

Adding new documentation

Follow user guide in docusaurus.io/docs to add new documentation. Particularly Pages, Docs, Blog.

A special flavor of markdown MDX is used by default for all md files by Docusaurus. It is more powerful with its javascript integration.

Updating OpenAPI Specification

Instructions to update specification can be found at /specs.