You will need to install the
enchant library that
is used by pyenchant
for spelling.
brew install enchant
After that:
[email protected]:your-github-username/django-filer.git
cd django-filer/docs
make install
This command creates a virtual environment and installs the required dependencies there.
make run
open 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.