This is the code for the Tarbase website.
- Use Git to clone this repo:
git clone [email protected]:tarbase/tarbase.github.io.git
- Just the first time:
bundle install
- To build the site and serve it:
bundle exec jekyll serve
- To test:
http://localhost:4000
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):
- Clone this repo
git clone [email protected]:tarbase/tarbase.github.io.git
- Run
docker-compose up
- Go to
http://localhost:4000
to test - When finished press
Ctrl-C
thendocker-compose down
to teardown.
This code is released under the MIT License. See LICENSE.txt.