Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 172 Bytes

DEV.md

File metadata and controls

13 lines (11 loc) · 172 Bytes

Breve documentazione per costruire l'interfaccia:

  1. Avviare il backend:
cd src
python3 ./dev_api.py
  1. Avviare l'interfaccia:
cd frontend
npm run dev