Open source patient management tool.
Currently made for per-ward use only.
This application is currently in early stage development period, production use is not recommended.
This application is based on electron-react-boilerplate
- Make sure you have Node.js and yarn installed
- Clone this repo
- Open the terminal inside cloned folder and run
yarn
cd src && yarn
- Run
yarn start
from root folder
For troubleshooting check this debugging guide
All kind of contributions are welcome 😊
- Fork this repo
- Follow the install guides
- Make a new brach
- Commit your changes to the branch
git push origin master
- Send a Pull Request ❤