Skip to content

a django app that demonstrates how to use the open-widget-framework

License

Notifications You must be signed in to change notification settings

mitodl/open-widget-sample-app

Repository files navigation

open-widget-sample-app

A sample app to demonstrate, develop and test the open widget framework (https://github.com/mitodl/open-widget-framework).

Installation

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

Running Locally

To run application locally, use:

python manage.py runserver

About

a django app that demonstrates how to use the open-widget-framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published