Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 506 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 506 Bytes

SchemaHero Docs

This is the source for https://schemahero.io. This is a mkdocs site.

Development

To to run the docs locally, you need to have python3 w/ pip3 installed as prerequisite.

  1. Create a virtual environment: python3 -m venv venv
  2. Activate the virtual environment: source venv/bin/activate
  3. Install the dependencies: pip3 install -r requirements.txt
  4. Build the docs: mkdocs build
  5. Run the development server: mkdocs serve