11 lines
253 B
Markdown
11 lines
253 B
Markdown
# 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` |