An open API service indexing awesome lists of open source software.

https://github.com/oppia/oppia.github.io

Main page of the Oppia project on GitHub.
https://github.com/oppia/oppia.github.io

Last synced: 11 months ago
JSON representation

Main page of the Oppia project on GitHub.

Awesome Lists containing this project

README

          

# 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.