Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • fix/typos
  • remove-links-not-ready
3 results

37c3-infos

  • Clone with SSH
  • Clone with HTTPS
  • Forked from an inaccessible project.

    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