An application used to collect, display testimonies of victims
This project is currently in development. Some functions can be changed over time.
https://testimonies.raisethevoices.org/
- React version: 16.13.1
Clone down this repository.
$ git clone git@github.com:Raise-the-Voices/marturia.git
You will need node
and npm
installed globally on your machine.
$ cd marturia
Installation:
$ npm install
To Run Test Suite:
$ npm test
To Start Server:
$ npm start
We'd love to have your helping hand on Marturia! See CONTRIBUTING.md for more information on what we're looking for and how to get started.