Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 580 Bytes

File metadata and controls

32 lines (22 loc) · 580 Bytes

Breeze Docs

This repository contains Breeze documentation site.

Requirements

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
sudo gem install bundler
# bundle config set --global path ~/.gem

Installation

git clone git@github.com:breezefront/breezefront.com.git && cd breezefront.com
bundle install && npm ci

Running

bundle exec jekyll serve --livereload
npm run watch