Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 570 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 570 Bytes

Travel Intelligence (TI) for Developers

References

Tools

Installation

  • Install a full Ruby development environment

  • Install Jekyll and bundler (Ruby) gems:

$ gem install jekyll bundler

Install the dependencies

  • Install the dependencies of Jekyll:
$ bundle install # or
$ bundle update

Serve locally

  • Serve locally:
$ bundle exec jekyll serve