Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/espocrm/documentation

EspoCRM Documentation
https://github.com/espocrm/documentation

espocrm

Last synced: 26 days ago
JSON representation

EspoCRM Documentation

Awesome Lists containing this project

README

        

# EspoCRM Documentation

### View documentation

* [On the website](https://docs.espocrm.com)
* [On this repository](docs/index.md)

### How to build

Assuming you have *python* and *pip* installed.

Install the packages:

1. `pip install mkdocs`
2. `pip install mdx_truly_sane_lists`
3. `pip install mkdocs-material`

Command to build:

```
mkdocs build
```

On Windows:
```
python -m mkdocs build
```