You will need to install the
enchant library that
is used by pyenchant for spelling.
brew install enchantAfter that:
git@github.com:your-github-username/django-cms.gitcd django-cms/docsmake installThis command creates a virtual environment and installs the required dependencies there.
make runopen http://0.0.0.0:8001/The documentation uses livereload. This means, that every time something is changed, the documentation will automatically reload in your browser.
If you find anything that could be improved or changed in your opinion, feel free to create a pull request.