-
Notifications
You must be signed in to change notification settings - Fork 5
Getting Started
Rocco Palermiti edited this page Jul 21, 2020
·
2 revisions
These instructions will get you a copy of the project up and running on your local machine.
It requires only Node.js®
Install dependencies:
npm install
Now you can run LoIDE in development or in production mode.
In this mode, LoIDE will be optimized for production.
Start the server:
npm start
Use LoIDE in a browser at:
http://localhost:8084
Run LoIDE in development mode only for development and testing purposes.
Start the server:
npm run start:dev
The browser will be opened automatically LoIDE in at:
http://localhost:7000
You need an "executor" in order to run the solvers.
If you like it, you can use our EmbASPServerExecutor.