Main page of the Oppia project on GitHub. This is written as a standalone Angular application.
Fork and clone this repo, then run
Python 2:
   python -m SimpleHTTPServer 8181
or
Python 3:
   python -m http.server 8181
Then navigate to localhost:8181 in a browser.