This repository contains Breeze documentation site.
NodeJS and RubyDev should be installed priod to installation:
# NodeJS: use nvm: https://github.com/nvm-sh/nvm#installing-and-updating
# RubyDev
sudo apt install make build-essential ruby-full
# Bundler
gem install bundler
git clone [email protected]:breezefront/breezefront.com.git && cd breezefront.com
bundle install && npm ci
bundle exec jekyll serve --livereload
npm run watch