Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 436 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 436 Bytes

Travel-Trails

Currently our code is distributed in several repositories.

Generating a local instance of the docs website

sudo apt update
sudo apt-get install ruby-full
sudo apt install bundler
cd docs
./bin/bootstrap

Starting the local server:

cd docs
./bin/start