Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 535 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 535 Bytes

tari-dot-com

If you don't already have Jekyll set up, you can find the quick start in the Jekyll docs.

Clone the repo and run gem install jekyll bundler

Development environment

Run:

bundle install
bundle exec jekyll serve --config _config.yml,_config_development.yml`

It is not required, but to have the GitHub Issues come through during development you can run the GitHub Issues Cache locally.
Refer this repo.