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
- Host: GitHub
- URL: https://github.com/3mdeb/hackathon
- Owner: 3mdeb
- Created: 2022-10-20T14:31:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T12:55:19.000Z (over 3 years ago)
- Last Synced: 2023-09-21T15:11:19.288Z (over 2 years ago)
- Size: 2.03 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```