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

https://github.com/loopj/loopj.github.com

Sources for the loopj.com website
https://github.com/loopj/loopj.github.com

Last synced: 10 months ago
JSON representation

Sources for the loopj.com website

Awesome Lists containing this project

README

          

# loopj.com

Sources for the [loopj.com](https://loopj.com) website.

## Installing dependencies

```bash
bundle install --path vendor/bundle
```

## Serve the site locally

```bash
bundle exec jekyll serve
```

## Build the site

```bash
bundle exec jekyll build
```