From 8044dde6bd319fded30480841a373ca269b464fe Mon Sep 17 00:00:00 2001 From: Abhas Abhinav Date: Fri, 26 Feb 2021 11:24:13 +0530 Subject: [PATCH] Adds README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1fea762 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Welcome to selfhosted.education +## Free Software Solutions For Educational Institutions + +## How to use this source code + +1. Install jekyll: `gem install jekyll` +2. Clone this repository +3. Install gems via bundle: `bundle` +4. Run the development web server: `jekyll s` +5. Browser the website on: `localhost:4000` +