Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

covid19india/covid19india

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid19india

View our live patient database. If you'd like to collaborate, join the Telegram Group.

to run

git clone https://github.com/BetaTurtle/covid19india.git

Python3 : python -m http.server

Python2 : python -m SimpleHTTPServer

Open http://localhost:8000 in browser to test

to deploy

minify and add to docs directory

Install minify npm i minify -g

minify script.js > docs/script.js

minify index.html > docs/index.html