/SimpleReport_Public_Site

Landing / marketing page for the SimpleReport application

Primary LanguageSCSS

SimpleReport_Public_Site Setup

Install node packages
npm install

Set ruby to 2.6.0

Install bundler
gem install bundler

Install gems
bundle install

Run Setup
npm run setup

Build/Watch sass in seperate
npm run watch

Serve site
npm run serve

Deploy to GitHub Pages
npm run deploy