Note that this project is part of the overall Neotree System, an open source technology platform for supporting health care workers provide neonatal care in low resource settings. For more information see the main repo.
Instructions on how to use the web editor once it has been setup can be found here.
App designed for managing neonatal patients in low resource settings, providing a digital admission form for real time data collection and a platform for neonatal training.
git clone https://github.com/neotree/neotree-editor.git
- Create file:
.env
- Copy and paste the content in
.env-example
into the new file - Change the
.env
values to your needs
npm install
- install dependenciesnpm start
- run development servernpm run build
- build app for deploymentnpm run prod-server
- run production servernpm run stage-server
- run production (stage) server