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.
- Host: GitHub
- URL: https://github.com/oppia/oppia.github.io
- Owner: oppia
- License: apache-2.0
- Created: 2015-08-14T05:51:03.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-18T13:29:19.000Z (almost 3 years ago)
- Last Synced: 2024-04-13T20:25:06.512Z (over 1 year ago)
- Language: HTML
- Size: 10.9 MB
- Stars: 5
- Watchers: 16
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.