An open API service indexing awesome lists of open source software.

https://github.com/schemahero/schemahero-docs

Documentation site for schemahero.io
https://github.com/schemahero/schemahero-docs

hacktoberfest

Last synced: 12 months ago
JSON representation

Documentation site for schemahero.io

Awesome Lists containing this project

README

          

# SchemaHero Docs

This is the source for [https://schemahero.io](https://github.com/schemahero/schemahero).
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`
1. Activate the virtual environment: `source venv/bin/activate`
1. Install the dependencies: `pip3 install -r requirements.txt`
1. Build the docs: `mkdocs build`
1. Run the development server: `mkdocs serve`