Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reyesoft/dev.saldo.com.ar

Saldo documentation for developers
https://github.com/reyesoft/dev.saldo.com.ar

Last synced: about 1 month ago
JSON representation

Saldo documentation for developers

Awesome Lists containing this project

README

        

# Saldo.com.ar API documentation

## Installation

```bash
sudo apt-get install ruby ruby-dev make gcc build-essential
sudo gem install jekyll bundler
npm install
bundle install
bundle exec jekyll serve
```

## Publish to Github Pages

If you want to publish form master branch:

```bash
rm .gitignore
bundle exec jgd
```

If you want to publish from other branch:

```bash
rm .gitignore
bundle exec jgd -r BRANCH_NAME
```