Demo Application
A fully functional demo application is included to showcase the features of this library. To try it out:
Clone the repository:
git clone https://github.com/otto-torino/django-editor-js.git cd django-editor-js
Run the demo:
On Windows:
run_demo.bat
On macOS / Linux:
./run_demo.sh
This will set up a minimal Django project, create a database, and start the development server so you can explore the editor in action.