https://github.com/espocrm/documentation
EspoCRM Documentation
https://github.com/espocrm/documentation
espocrm
Last synced: 5 months ago
JSON representation
EspoCRM Documentation
- Host: GitHub
- URL: https://github.com/espocrm/documentation
- Owner: espocrm
- Created: 2015-05-25T07:26:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T11:19:36.000Z (over 1 year ago)
- Last Synced: 2025-02-22T12:05:04.549Z (over 1 year ago)
- Topics: espocrm
- Homepage:
- Size: 18.4 MB
- Stars: 118
- Watchers: 20
- Forks: 202
- Open Issues: 9
-
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
```