Makefile 143 B

1234567891011
  1. run:
  2. python app.py
  3. run_webui:
  4. @cd webui && npm run serve
  5. install:
  6. @echo "INSTALL MISSING!"
  7. run_tests:
  8. python -m unittest discover test/