Vape Calculator
Wapes is a simple standlone web app calculator for vape
Wapes is deployed on https://nico-wapes.web.app/
# install dependencies
$ npm install
# serve with hot reload at your local ip address :3000 for standalone acces from mobile
$ npm run dev -- --hostname:0.0.0.0
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate