To contribute to Django Suit:
# Clone forked Django Suit repo
git clone git@github.com:YOUR_USERNAME/django-suit.git suit
# Install Django Suit from local fork in editable mode
pip install -e suit
If you wish to participate in development discussions, join our IRC channel #django-suit on irc.freenode.net
Contributing on specifically UI/CSS features/fixes have more requirements:
While editing .less files, run following script, which automatically watches .less files for changes and compiles them to suit.css:
python suit/watch_less.py suit/static/suit/less/suit.less