This repository contains the frontend and the web server. See heređź”— for the accompanying Python script(s).
- Node.js 18 with npm
- An up-to-date browser
- The repository with the Python script(s)
- Python 3.11
- bpy (instructions at the other repository)
In the other repository, create a venv:
python3.11 -m venv venvInstall the other repository's dependencies (after activating the venv):
pip install -r requirements.txtIn this repository, install the dependencies:
npm iBuild the frontend:
npm run buildStart the server and provide the path to main.py of the other repository:
npm start <path/to/main.py>Your favourite browser should open and navigate to the correct url. If not, manually go to http://loacalhost:3000