Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 479 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 479 Bytes

CovidFAQ

Aggregated FAQ related to COVID-19 from reputable sources

Installation

Clone the repo locally

git clone https://github.com/backtrackbaba/covid-faq.git

Install the dependencies with Bundler:

cd covid-faq
bundle install

Run the following to generate your site:

bundle exec jekyll serve

You can find more on Deployment Methods page on Jekyll website.