Skip to content

supunTE/Covid19-sl-report

Repository files navigation

Covid-19 Sri Lankan Report

Visit the website and get The Latest Updates

Website

This is a web app that can be used to get the latest Covid-19 updates in Sri Lanka and WorldWide

Services Provided :

  • Get the latest Covid-19 situation in Sri Lanka ( Total cases, Active cases, Deaths, recoveries )
  • Get the latest Covid-19 situation worldwide
  • Get latest news about the situation
  • Built in map to identify Testing Centers and Quarantine Centers
  • Know what happened on which day from the timeline

Sources of NEWS :

Developers and maintainers :

Developer Setup Guide

  1. First, Clone the repository by,

    git clone https://github.com/STEdirisuriya/Covid19-sl-report.git

  2. Install Jekyll on your local PC

  3. Then Go to project root and run

    bundle install
    
  4. Then run

    jekyll serve
    

    This will start the server

  5. Go to your browser and enter the following URL

    localhost:4000
    

    Done !