/coronachat

Project for the CodeVsCovid19 hackathon organized by HackZurich on March 2020.

Primary LanguageTypeScriptMIT LicenseMIT

Coronachat

Project for the CodeVsCovid19 hackathon organized by HackZurich on March 27th, 2020.

What is it?

An open platform for empowering small goverments and organizations to create their own Chatbot to inform their communities about the local COVID-19 situation.

Run it

cd web-client
npm start

Add a React component

cd web-client
npx generate-react-cli component ComponentName

Add a React page

cd web-client
npx generate-react-cli page PageName

Test it

cd web-client
npm test