/RRRhody

www.rrrhody.org

Primary LanguageCSS

RRRhody

rrrhody.org

Installation

Install node.js & npm

$ npm i -g bower
$ npm i -g gulp

Initial Setup

$ bower i && npm i
$ touch .env

Add API URL to .env

API_URL=https://rrrhody-api-staging.herokuapp.com

Development

$ npm start

Clean public directory

$ npm run clean

Build public directory

$ npm run build

Deployment

$ npm run deploy