Commit dbf6c396 authored by Kantz's avatar Kantz
Browse files

added readme

parent 55ea7dcf
## Run the app
Backend (Python):
```powershell
cd math-tutor/backend
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
python -m uvicorn app.main:app --reload
```
Frontend (Vite):
```powershell
cd math-tutor/frontend
npm install
npm run dev
```
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment