[go: up one dir, main page]

Skip to content

confrontjs/2019.confrontjs.com

Repository files navigation

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