Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

rivi-sl/SL-COVID19-REPORT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sri Lankan Covid-19 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/rivi-sl/SL-COVID19-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 !