radames's picture
Upload 21 files
a0a2ed9
raw history blame
No virus
108 Bytes
#!/bin/bash
pip install -r requirements.txt
cd view && npm run build && cd ..
cd server && python3 main.py