Install node.js https://nodejs.org/en/download/ The project requires running two instances, thus have one side running the serve and the other running the start (front end + back end).
Additionally access our project via http://safespeech.onthewifi.com/#/
add all the required libraries and lint for your file system
cd front-end
npm install
npm run lint
run the project front end
npm run serve
npm run build
npm run lint
install requirements for back end and run the back end.
cd back-end
npm install
npm run start