A web portal to display curated list of information (links, videos, graphics etc) related to COVID-19 for creating awareness among people in Nepal.
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:
- Email [email protected]
- Create an issue
- Join the Self-taught Engineers Slack channel and ping
@brg
with your question. Click here for self-invite.
-
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!
- 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
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.
The code and contents of this website are freely available under the MIT License.