To run the server, use the following command:
poetry install. # this is optional after the first install
poetry run eidolon-server resources/If you wish to run the server without MongoDB, include the -m local_dev flag:
poetry install. # this is optional after the first install
poetry run eidolon-server resources/ -m local_devTo run the ui on mac, use the following command from the root project directory:
docker run -e EIDOLON_APP_REGISTRY_OVERRIDE="$(< eidolon-apps.json)" -p 3000:3000 eidolonai/webui:test_apps_override