This repository powers the website of the Nepal Online School(NOS).
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.
-
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 -
Run following command to install required gems:
bundle install -
Run the following command to start the Jekyll server:
bundle exec jekyll serve -
Open the server url http://localhost:4000 in your browser.
