Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 213 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 213 Bytes

HWR

deployment

cd frontend && npm run build
docker-compose up -d

development

python3 backend/backend.py
cd frontend && npm run dev
cp nginx_conf/default.conf /etc/nginx/conf.d
** start nginx