CoronaFriend is a lightweight web map application that helps connect people, communities and existing social network groups to provide on the ground help and support to people and households who are self isolating during the current COVID-19 crisis.
tech used:
- node
- sass
frameworks used:
- bootstrap
- fontawesome
- leaflet
Thrird party lib used:
- leaflet.locatecontrol
- mapbox-gl for leaflet
the usual
$ npm install
The watch task builds and keeps watching the file changes.
$ npm start && npm run serve
it outputs changes into : dist/coronafriend-site/public
to build the website use
$ npm run build
this task builds and outputs the website into : dist/coronafriend-site/public