Code for the EZ GG e.V. website https://ezgg-ev.de
Go to file
2024-05-29 06:22:03 +02:00
ezgg_website declare props for classes on pages 2024-05-29 06:22:03 +02:00
.gitignore add default catch-all python gitignore 2024-05-21 06:35:38 +02:00
.project-root add failback project root 2024-05-27 18:51:03 +02:00
Dockerfile change exposed port 2024-05-27 19:41:56 +02:00
README.md add devmode info to README 2024-05-27 19:44:08 +02:00
requirements.txt add basic docker support 2024-05-27 18:44:05 +02:00
rio.toml stable initial 2024-05-24 17:38:28 +02:00

EZ GG Website

Overview

This repository contains the code for the EZ GG e.V. website.

How to install

  1. Create a Python VENV with Python version 3.11+
  2. Install dependencies via pip install -r requirements.txt
  3. Run dev mode via rio run