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

QR code designer

install

git clone --depth=1 https://github.com/kochrt/qr-designer
cd qr-designer
nvm install 16.20.0
nvm use 16.20.0
npm install
npm run generate

usage

npm run start
# pm2 start npm --name "qr-designer" -- run start

optional

subl nuxt.config.js
  // Change port
  server: {
    host: "localhost",
    port: 3003
  },

qr-designer