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

Guitar Editor

install

git clone --depth=1 https://github.com/haixiangyan/guitar-tabs-editor
cd guitar-tabs-editor
npm install
npm run build

usage

npm start

optional

subl package.json
  // Change port (Windows)
  "scripts": {
    "start": "set PORT=4321 && react-scripts start",

guitar-tabs-editor