Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 449 Bytes

File metadata and controls

27 lines (20 loc) · 449 Bytes

2019.confrontjs.com

07 December 2019

Development

npm install
npm run dev
# open localhost:3000

Deployment

npm version patch # when deploy patch (small update) or a bugfix
# npm version minor # when deploy new feature
npm run deploy

Testing

npm install -g cypress
npm run dev
npm test