Skip to content

coolbrg/coronainfonepal.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corona Info Nepal

A web portal to display curated list of information (links, videos, graphics etc) related to COVID-19 for creating awareness among people in Nepal.

Build Status

Overview

This repository contains the code for the CORONA INFO NEPAL website, coronainfonepal.org.

The site is built using Jekyll, a static site generator. If you want to get start with Jekyll, there is nice Quickstart in their official website. To learn more about Jekyll you can try their Step by Step Tutorial.

If you have comments or questions, you can reach by following ways:


Build & Run

Pre-requisites

  • Install Git.
  • Install Ruby.
  • Install Bundler by running gem install bundler.

Setting up and running the project

  • Fork the repo

  • Git clone the repo

    git clone https://github.com/<your-user-name>/coronainfonepal.github.io coronainfonepal.org
    

    Where

    • your-user-name: Your GitHub username
  • Go into the cloned repo

    cd coronainfonepal.org
    
  • Run bundle install

  • Start the server as

    bundle exec jekyll serve
    
  • Open the url http://localhost:4000 in your favorite browser

  • Cheers!

Roadmap

  • Include success stories of donation effort like relief work etc
  • Add other government related useful resources
  • Write step by step tutorial for easy onboarding to project
  • Add other categories of information and videos
  • Add basic support Help Group listing
  • Add CI for continuously checking PR
  • Basic test to check links through html-proofer
  • Add both English and Nepali language support
  • Add basic layout to show useful videos
  • Add basic layout to show useful information
  • Display stats for corona in Nepal and World

Author

Budh Ram Gurung - @coolbrg

Community

Contributions, questions, and comments are all welcomed and encouraged!

Most of the developers hang out at Self-taught Engineers Slack channel. Click here to self-invite and join us in improving this portal better.

License

The code and contents of this website are freely available under the MIT License.

About

All the curated information related to COVID-19 for Nepal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.4%
  • CSS 21.8%
  • Ruby 6.4%
  • JavaScript 4.4%