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

https://github.com/rorm-orm/docs

The documentation for rorm and dorm
https://github.com/rorm-orm/docs

Last synced: 10 months ago
JSON representation

The documentation for rorm and dorm

Awesome Lists containing this project

README

          

# Documentation of RORM

This is the documentation of [RORM](https://github.com/myOmikron/dorm). It uses `mkdocs` with the beautiful `material` theme.

## Changes

In order to make changes and build the documentation following requirements are necessary:

- python
- python-pip

as well as the python modules:

```bash
python -m pip install -r requirements.txt
```

To build the documentation run:
```bash
mkdocs build
```

To spin up a self-refreshing development server:
```bash
mkdocs serve -a bind_addr:port
```