Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
math_tutor_dev
public_math_tutor
Commits
dbf6c396
Commit
dbf6c396
authored
Jan 19, 2026
by
Kantz
Browse files
added readme
parent
55ea7dcf
Changes
1
Show whitespace changes
Inline
Side-by-side
math-tutor/README.md
View file @
dbf6c396
## 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
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment