xmarie is a web application allowing you to run, execute and profile code written for the XMARIE architecture.
The web app is composed of four components.
- Web server (this repository)
- Front end (https://github.com/eryktr/xmarie-frontend)
- xmarie-vm library (https://github.com/eryktr/xmarie-vm)
- Automated testing system (https://github.com/eryktr/xmarie-ts)
A detailed XMARIE architecture overview can be found in the xmarie-vm repository.
- Clone this repository
- In the main directory, run
pip install -r requirements.txt
- Start the web server
python3 -m flask run
- Clone the xmarie-frontend repository
- Open the index.html file in your browser.