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 Tab Editor

install

git clone --depth=1 https://github.com/calesce/tab-editor
cd tab-editor
npm install

usage

npm start

optional

# Change port
subl server.js
app.listen(4321, 'localhost', function(err) {
  if (err) {
    return console.log(err);
  }

  console.log('Listening at http://localhost:4321');
});

tab-editor