This software is intended for closed-loop simulation of automatic insulin delivery systems for type 1 diabetic persons.
Demo and further information
For a live demo, visit the project website
Installation / Quick start
Follow these instructions to use the simulator locally and modify its source code.
- Install npm
- Clone repository and enter your local directory.
- Install project dependencies:
npm install
- Run webpack server:
npm run serve
- Open browser and visit http://localhost:8080/.
- Now edit the source files, save your changes, and simply reload website.
If you want to build an independent bundle that can be integrated into an html document, run
npm run build
License
See the LICENSE file for license rights and limitations (MIT).