Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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
    

clcalc