Skip to content

Latest commit

 

History

History
executable file
·
37 lines (27 loc) · 634 Bytes

README.md

File metadata and controls

executable file
·
37 lines (27 loc) · 634 Bytes

alt text

Rev 2018

Staging

http://rev.trendyminds.com/ < this deploys automatically with deploybot

Requirements

  • yarn 1.3.2
  • node 6.x
  • ruby 2.4.2

To install node modules run and bundle components

yarn

bundle install

Local Development Server

yarn start

Build

To build the website run the following line

yarn build

The built website will be in _site folder.

You can also run a local server to test it with this command

yarn serve:dist