File size: 123 Bytes
a0a2ed9
 
0d47fa5
a0a2ed9
1
2
3
4
5
#!/bin/bash
pip install -r requirements.txt 
cd view && npm install && npm run build && cd ..
cd server && python3 main.py