A simple frontend to create simulations using the ASSUME framework
- Get the
compose.ymlfile - Run
docker compose -f compose.yml upto start the app Thats it!
- Install node.js and npm, setup a python venv
- Run
npm clean-installto install frontend dependencies - Install backend dependencies using
pip install . - (May sometimes be required)_ Use
pip install git+https://github.com/assume-framework/assumefor most recent changes of the assume framework
- Run
npm run devto start the frontend - Start the backend server with
python backend/main.py
- Run
npm run buildto build the frontend - Start the backend server with
python backend/main.py(the backend will serve the built frontend)