This PWA servers a directory of service providers in Goa, that are helping those affected by Covid. There are over 300 verified listenings of covid test centers, food providers, ambulances, pharmacies, counsellors and more - all packaged into a light weight PWA.
Use npm
and node 14.x
npm install
npm run develop # to start a development server
npm run build # to build
npm run serve # to serve the latest build
Before contributing please, lint and prettify your code
npm install --include=dev
npm run lint
npm run format