THIS TOOL IS NOW OPEN SOURCE.
This project was originally used to help self isolators in need during the covid pandemic.
Please feel free to use for your own projects, all we ask is that you credit when you can.
Please bear in mind that the codebase at the time of writing is 4 years old and can benefit from the dependencies being updated together with the node version.
Everything below this line is considered legacy.
This tool connects people who believe they are infected with COVID-19 with local volunteer groups.
We are now LIVE
Please watch this video to understand how
If you want to use this tool with your Volunteer group, please visit http://selfisolationhelp.co.uk/volunteers , thank you.
The whole of the UK.
Developers: We are accepting pull requests (you just don't have access to the database). Please help contribute. If you are working with volunteer groups, please see the above message about how you can get them on the platform.
Thank you
- Ensure you are using node version 14.15.0 (later versions are not supported)
- Install Ionic CLI using
npm install -g @ionic/cli
- Install Angular CLI using
npm install -g @angular/cli
- In the project base directory, run
npm install
- To start the dev version using Ionic, which will serve the application locally, run
npm start
. It will serve it on localhost:8100, and hot reload as you change the code.
Run npm test