radames's picture
Upload 23 files
0d47fa5
raw
history blame contribute delete
No virus
123 Bytes
#!/bin/bash
pip install -r requirements.txt
cd view && npm install && npm run build && cd ..
cd server && python3 main.py