git clone https://github.com/Minister944/todo-dni-otwarte.git
cd todo-dni-otwarte
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 init_db.py # Tworzymy baze danych
uvicorn app.main:app --reload
Następnie, mając uruchomiony serwer, instalujemy zalenżności oraz uruchamiamy nasz frontend
yarn && yarn vite build && yarn vite preview --port 3000