Skip to content

Instantly share code, notes, and snippets.

@coolbrg
Last active August 12, 2020 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coolbrg/2017f98b3998b2aa83aa82ef3289713b to your computer and use it in GitHub Desktop.
Save coolbrg/2017f98b3998b2aa83aa82ef3289713b to your computer and use it in GitHub Desktop.

Welcome to Nepal Online School

This repository powers the website of the Nepal Online School(NOS).

What is Nepal Online School

Nepal Online School(NOS) is a non-profit digital learning platform working for free education in Nepal. With dedicated and hardworking mentors, we have created quality videos from academics to yoga.

Getting Started

Prerequisites

Setup project locally

  1. Git clone project repository

    In order to run the project, you need to get the project source code in your machine. Run the following command to clone the repository:

    git clone https://github.com/nepal-online-school/noswebsite
    cd noswebsite
    
  2. Run following command to install required gems:

    bundle install
    
  3. Run the following command to start the Jekyll server:

    bundle exec jekyll serve
    
  4. Open the server url http://localhost:4000 in your browser.

Consider checking following video

How to run the project locally

Contributing

We encourage you to contribute to Nepal Online School! Join us in this movement of providing Free Education to our Nepalese brothers and sisters.

License

Nepal Online School is released under the MIT License.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment