Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 415 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 415 Bytes

Develop for the web interface

Start the development container:

$ make run-dev

Inside the container, start the server:

PYTHONPATH=/build/zmifanva/web pserve --reload /build/zmifanva/web/development.ini

The pserve tool automatically restarts the server after a change in Python files.

The web tool connects to the translation services. Start them:

$ make run-jb-en
$ make run-en-jb