Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 620 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 620 Bytes

wercker status PDD status

Ryd.one Insider Program

Install

npm install
cp config.json.dist config.json

Build

// local development
NODE_ENV=development npm run build development

// minified and uglified version for production
NODE_ENV=production npm run build production