Browse Source

Adds README.md

main
Abhas Abhinav 3 years ago
parent
commit
8044dde6bd
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      README.md

+ 11
- 0
README.md View File

@ -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`

Loading…
Cancel
Save