Deploying Locally#
The BESSER web editor can be launched as Docker containers using Docker Compose.
Prerequisites#
Install Docker Compose. The recommended way is via Docker Desktop
Clone and Launch the Project#
Follow these steps to set up the editor:
git clone https://github.com/BESSER-PEARL/BESSER.git cd BESSER git submodule init git submodule update docker-compose up
Once the setup is complete, open your browser and navigate to http://localhost:8080
.