CL Calc

install

git clone --depth=1 https://github.com/ovk/clcalc
cd clcalc
npm install
node node_modules/gulp/bin/gulp.js

usage

serve -s dist -p 4321

If app take up 4321 port, visit chrome://serviceworker-internals/?devtools and unregister it.

Deploy with Vercel

  1. When deploy with Vercel.
  2. The Project → Settings → General → Build & Development Settings:
    Build Command: npm run dist
    Output Directory: dist
    

appdedix

clcalc