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

https://github.com/oxyc/travels


https://github.com/oxyc/travels

travel-blog traveling

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# travels [![Build Status](https://api.travis-ci.org/oxyc/travels.svg?branch=gh-pages)](https://travis-ci.org/oxyc/travels)

Install

```
bundle install --path vendor/bundle
npm install
bower install
```

Build

```
npm run dev
npm run watch
npm run production

bundle exec jekyll serve

# Rebuild topojson files
npm run build
```