Developing Hermine
In order to run Hermine in development mode, follow manual installation instructions in the installation guide up to the server part.
Then, use the following commands to run the development server:
# inside poetry environment
python hermine/manage.py runserver
To run the tests, use the following command:
# inside poetry environment
python hermine/manage.py test
To build front modules, use the following command:
npm run install
npm run watch # watch for changes and rebuild
We document here the Hermine-specific aspects of the code. The different FOSS components on which Hermine relies have their own, very useful doc: