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
- Host: GitHub
- URL: https://github.com/schemahero/schemahero-docs
- Owner: schemahero
- Created: 2019-05-26T04:12:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-23T19:47:48.000Z (about 1 year ago)
- Last Synced: 2025-06-02T03:49:19.400Z (about 1 year ago)
- Topics: hacktoberfest
- Language: HTML
- Homepage: https://schemahero.io
- Size: 19.8 MB
- Stars: 2
- Watchers: 3
- Forks: 23
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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`