2
0
Fork 0
Documentation site
Find a file
2026-02-07 15:08:23 +01:00
.github/workflows Updated poetry setup 2025-01-15 16:22:26 +01:00
assets Livemark support 2022-08-26 16:59:35 +02:00
docs Added modernization plan 2026-02-07 15:08:23 +01:00
.gitignore Index 2024-11-18 12:55:25 +01:00
CNAME Links 2023-04-19 23:56:31 +02:00
index.html Index 2024-11-18 12:55:25 +01:00
livemark.yaml Added modernization plan 2026-02-07 15:08:23 +01:00
mkdocs.yml Index 2024-11-18 12:55:25 +01:00
poetry.lock Purpose strengthened 2025-11-10 10:25:57 +01:00
pyproject.toml Updated poetry setup 2025-01-15 16:22:26 +01:00
README.md Remove old Twitter links 2024-12-18 16:17:50 +01:00

Dribdat Docs

This repository and wiki drafts collect helpful advice on using Dribdat. See the web version at https://dribdat.cc and for more curated resources, visit awesome-hackathons. This is a perpetual work-in-progress: new org-hacks and tools pop up all the time, so please contribute your favorites and questions.

Contributing

We welcome you to contribute ideas for this guide! Please open an issue, start a Pull Request, or edit the wiki if you have a question or a suggestion that merits discussion. The discussion forum is also a good place to do this.

Installation

The documentation site for dribdat is built using Livemark. To set this up as a developer:

Install Python Poetry and then install the dependencies:

poetry install

Enter the Poetry environment:

poetry shell

If all is good you can start the local server:

livemark start

Open http://localhost:7000/docs/ in your browser.

Deployment

We are currently deploying this inside of a tidy GitHub Action, no need for manual upload. This command force updates the gh-pages branch on GitHub:

livemark build && ghp-import -p -f -o docs/

(Use only if there's an issue with the Action!)