An open API service indexing awesome lists of open source software.

https://github.com/encode/encode.github.io

The Encode website 🏡
https://github.com/encode/encode.github.io

Last synced: 9 months ago
JSON representation

The Encode website 🏡

Awesome Lists containing this project

README

          

# The Encode website

This is the source for the www.encode.io website.

It is built with Jekyll and hosted on GitHub pages.

### Installing Jekyll on a Mac

* `brew install ruby` *Ensure we have an up to date ruby environment.*
* Update `PATH` in `~/.bash_profile` to include the brew installed ruby bin directory.
* `gem install bundler jekyll`

### Serving the documentation locally

```shell
$ jekyll serve
```