Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 445 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 445 Bytes

confrontjs.com

07 December 2021

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