Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 331 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 331 Bytes

oppia.github.io

Main page of the Oppia project on GitHub. This is written as a standalone Angular application.

Contributing

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.