A sample app to demonstrate, develop and test the open widget framework (https://github.com/mitodl/open-widget-framework).
pip install the open_widget_framework
django package:
pip install open_widget_framework
npm install the open-widget-framework
npm module:
npm install @zagaran/open-widget-framework
Install other dependencies with pip-compile
-> pip-sync
and npm install
Compile the js with:
npm run build
and then collect the static files with
python manage.py collectstatic
To run application locally, use:
python manage.py runserver