Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 319 Bytes

File metadata and controls

20 lines (14 loc) · 319 Bytes

Developing

A nodejs >= 6.0.0 setup with yarn is recommended.

# install dependencies
yarn

# ...or, for npm
npm install

# serve with hot reload at localhost:3000
npm start

# build for production
npm run build

# build for production and push to gh-pages branch
npm run deploy