http://rev.trendyminds.com/ < this deploys automatically with deploybot
- yarn 1.3.2
- node 6.x
- ruby 2.4.2
To install node modules run and bundle components
yarn
bundle install
yarn start
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