Skip to content

ankur0493/covidvisual

Repository files navigation

Covid Visual is an India-specific localized COVID_19 visual tracker. We aim to include useful information, visuals, charts, and news down to the district level to help in fighting this pandemic.

CONTRIBUTING

To contribute to this project, you can start by installing this project by following the below steps:

  • Clone the repo: git clone https://github.com/ankur0493/covidvisual.git
  • Install node dependencies: npm install
  • Run npm start which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the gulpfile.js to see which tasks are included with the dev environment.

Gulp Tasks

  • gulp the default task that builds everything
  • gulp watch browserSync opens the project in your default browser and live reloads when changes are made
  • gulp css compiles SCSS files into CSS and minifies the compiled CSS
  • gulp js minifies the themes JS file
  • gulp vendor copies dependencies from node_modules to the vendor directory

You must have npm installed globally in order to use this build environment. This project was built using node v11.6.0 and the Gulp CLI v2.0.1. If Gulp is not running properly after running npm install, you may need to update node and/or the Gulp CLI locally.