Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 748 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 748 Bytes

lendroid2js-documentation

Documentation of version 2 of the Lendroid JS library

Prerequisites

You're going to need:

  • Linux or macOS — Windows may work, but is unsupported.
  • Ruby, version 2.3.1 or newer
  • Bundler — If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal.

Getting Set Up

  1. Fork this repository on GitHub.
  2. Clone your forked repository (not our original one) to your hard drive.
  3. cd lendroidjs-documentation
  4. Initialize and start documentation. You can either do this locally, or with Vagrant:
# either run this to run locally
bundle install
bundle exec middleman server

# OR run this to run with vagrant
vagrant up