Code for the EZ GG e.V. website https://ezgg-ev.de
Go to file
David Rodenkirchen 8f8fb18c2d Merge branch 'feature/add-join-form' into 'main'
add join form and update constitution

See merge request ezgg/ezgg-website!10
2024-06-02 19:05:28 +00:00
ezgg_website add join form and update constitution 2024-06-02 21:05:04 +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 update to rio 0.8.7 2024-06-02 17:16:32 +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