- Dylan Morrison
- Mathew Steele
- Ethan Gourley
The SPRIN Central Hub aims to provide a platform for collaboration between the community towards the continued effort to improve our understanding surrounding suicide research and prevention
Live Service URL Available Here
The application can be run locally, either via the use of docker or by running one of the available shell scripts.
docker build -t sprin-application .
docker run -p 3000:3000 sprin-application
The application will be viewable at
http://localhost:3000
chmod +x ./run.sh
./run.sh
PowerShell -File ./run.ps1
The application will be viewable at
http://localhost:5173