Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

biirrr/experiment-support-system

Repository files navigation

Experiment Support System 2

This is the Experiment Support System version 2.

Development

To build and run the server locally the following tools are required:

All further local dependencies are installed using the following commands:

poetry install
yarn install

To activate the virtual environment run

poetry shell

To create the development configuration run

ess -c development.ini create-config -d
ess -c development.ini init-db

To build the JavaScript / CSS libraries run

gulp

or

gulp watch

To run the server for development run:

poetry run pserve --reload development.ini

The application is then available at http://localhost:6543/