Free Software Solutions For Educational Institutions https://selfhosted.education
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
318 B

3 years ago
  1. # Welcome to selfhosted.education
  2. ## Free Software Solutions For Educational Institutions
  3. ## How to use this source code
  4. 1. Install jekyll: `gem install jekyll`
  5. 2. Clone this repository
  6. 3. Install gems via bundle: `bundle`
  7. 4. Run the development web server: `jekyll s`
  8. 5. Browser the website on: `localhost:4000`