Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/espocrm/documentation
EspoCRM Documentation
https://github.com/espocrm/documentation
espocrm
Last synced: 26 days ago
JSON representation
EspoCRM Documentation
- Host: GitHub
- URL: https://github.com/espocrm/documentation
- Owner: espocrm
- Created: 2015-05-25T07:26:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T07:50:04.000Z (about 1 month ago)
- Last Synced: 2025-01-01T11:35:26.038Z (about 1 month ago)
- Topics: espocrm
- Homepage:
- Size: 15.9 MB
- Stars: 116
- Watchers: 20
- Forks: 201
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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
```