Skip to content

tarbase/tarbase.github.io

Repository files navigation

tarbase.com website

This is the code for the Tarbase website.

Quick start

  1. Use Git to clone this repo: git clone [email protected]:tarbase/tarbase.github.io.git
  2. Just the first time: bundle install
  3. To build the site and serve it: bundle exec jekyll serve
  4. To test: http://localhost:4000

Docker quick start

As an alternative to installing Ruby and Jekyll, if you're a user of Docker and Docker Compose, you can run a Docker image of tarbase-com that has all the dependencies already setup for you.

On Linux or MacOS (running Docker for Mac):

  1. Clone this repo git clone [email protected]:tarbase/tarbase.github.io.git
  2. Run docker-compose up
  3. Go to http://localhost:4000 to test
  4. When finished press Ctrl-C then docker-compose down to teardown.

License

This code is released under the MIT License. See LICENSE.txt.