Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# opensource-academy.github.io

## Description
Make sure people understand the importance open-source and the many possibilities it offers. By getting more people into-open source we hope to advance technology and humanity faster.

Because our study materials are open-source, anyone is invited to become part of the open-source community and contribute to the project.

Build with [Jekyll](https://jekyllrb.com/).

## Jekyll test environment
## Jekyll new environment

Follow the [guide](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/) to set up a local development environment for Jekyll.

Expand All @@ -18,10 +20,11 @@ bundle exec jekyll serve
Visit [http://localhost:4000](http://localhost:4000)


## Local testing
## Local Development

```
git clone git@github.com:Opensource-Academy/Opensource-Academy.github.io.git
cd Opensource-Academy.github.io
bundle install
bundle exec jekyll serve
```