Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 534 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 534 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
gem install bundler

Installation

git clone [email protected]:breezefront/breezefront.com.git && cd breezefront.com
bundle install && npm ci

Running

bundle exec jekyll serve --livereload
npm run watch