add devmode info to README

This commit is contained in:
David Rodenkirchen 2024-05-27 19:44:08 +02:00
parent 6912f9d789
commit 69693dcba4

View File

@ -1,5 +1,11 @@
# EZ GG Webite # EZ GG Website
## Overview ## Overview
This repository contains the code for the EZ GG e.V. website. 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`