Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 203 Bytes

File metadata and controls

29 lines (20 loc) · 203 Bytes

SETUP

FRONTEND (js)

npm install

backend (py)

cd backend
bash setup.sh

RUN

FRONTEND

npm start

BACKEND

cd backend
bash run.sh