tutor-deck/README.rst
Muhammad Labeeb d2c41f4639
chore: change repo name
* automatically add issues to project board

* chore: rename app
2025-03-28 19:51:39 +05:00

47 lines
745 B
ReStructuredText

deck plugin for `Tutor <https://docs.tutor.edly.io>`__
######################################################
Awesome administration dashboard and plugin marketplace for Tutor
Installation
************
.. code-block:: bash
pip install git+https://github.com/overhangio/tutor-deck
.. TODO how to package css files?
Usage
*****
.. code-block:: bash
tutor plugins enable deck
Development
***********
Install locally::
pip install -e .[dev]
Install npm requirements::
npm clean-install
Compile SCSS files::
make scss # compile once
make scss-watch # compile and watch for changes
Run a development server::
make runserver
License
*******
This software is licensed under the terms of the AGPLv3.