Last active
August 12, 2020 08:10
-
-
Save brgnepal/2017f98b3998b2aa83aa82ef3289713b to your computer and use it in GitHub Desktop.
Revisions
-
brgnepal revised this gist
Aug 12, 2020 . 1 changed file with 9 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,19 +2,19 @@ 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 - [Ruby](https://www.ruby-lang.org/en/) - [Jekyll](https://jekyllrb.com/) ### Setup project locally 1. Git clone project repository @@ -39,16 +39,16 @@ With dedicated and hardworking mentors, we have created quality videos from acad 4. Open the server url [http://localhost:4000](http://localhost:4000) in your browser. ### Consider checking following video <img src="https://i1.ytimg.com/vi/3ebBlzQMdII/mqdefault.jpg" alt="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](LICENSE). -
brgnepal revised this gist
Aug 12, 2020 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,6 +22,7 @@ With dedicated and hardworking mentors, we have created quality videos from acad ``` git clone https://github.com/nepal-online-school/noswebsite cd noswebsite ``` 2. Run following command to install required gems: @@ -43,4 +44,11 @@ With dedicated and hardworking mentors, we have created quality videos from acad <img src="https://i1.ytimg.com/vi/3ebBlzQMdII/mqdefault.jpg" alt="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](LICENSE). -
brgnepal revised this gist
Aug 12, 2020 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,9 +18,7 @@ With dedicated and hardworking mentors, we have created quality videos from acad 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 -
brgnepal revised this gist
Aug 12, 2020 . 1 changed file with 42 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,48 @@ # 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 - [Ruby](https://www.ruby-lang.org/en/) - [Jekyll](https://jekyllrb.com/) #### 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 ``` 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](http://localhost:4000) in your browser. #### Consider checking following video <img src="https://i1.ytimg.com/vi/3ebBlzQMdII/mqdefault.jpg" alt="How to run the project locally" /> -
brgnepal revised this gist
Aug 12, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Welcome to Nepal Online School ### What is Nepal Online School 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. -
brgnepal created this gist
Aug 12, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # Welcome to Nepal Online School ## What is Nepal Online School 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.