Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/reyesoft/dev.saldo.com.ar
- Owner: reyesoft
- Created: 2019-11-25T14:31:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T12:21:42.000Z (over 1 year ago)
- Last Synced: 2023-05-04T14:24:54.603Z (over 1 year ago)
- Language: HTML
- Size: 1.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```