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

https://github.com/3mdeb/hackathon

GH pages for hackathon events
https://github.com/3mdeb/hackathon

Last synced: 5 months ago
JSON representation

GH pages for hackathon events

Awesome Lists containing this project

README

          

# 3mdeb Hackathon

3mdeb Hackathon - website, presentations and notes

# Local build

```bash
$ virtualenv -p $(which python3) venv
$ source venv/bin/activate
$ pip install mkdocs mkdocs-material
$ mkdocs build
```