Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
rixx's avatar
rixx authored
Tickets: Add up-to-date information

See merge request infra/static-pages/37c3-infos!18
ed00838d
History

37C3 Info Pages

This repository contains the source code for the 37C3 info pages. The pages are available at https://events.ccc.de/congress/2023/infos/.

Development

The pages are built using mkdocs. To install it, install mkdocs using pip, ideally in a virtual environment:

pip install -r requirements.txt

Then, to start a local development server, run:

mkdocs serve