Skip to content

morishin/tabs.morishin.me

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

tabs.morishin.me

My guitar transcriptions archive on the web πŸŽΈπŸ“

Tab files πŸ‘‰ https://github.com/morishin/TAB
Tab viewer page uses πŸ‘‰ https://github.com/CoderLine/alphaTab

Develop

Setup

git clone --recursive git@github.com:morishin/tabs.morishin.me.git
cd tabs.morishin.me
bundle install

Run

  1. Build pages

    bundle exec middleman build
  2. Run server

    cd build
    python -m http.server
  3. Open in browser

    open http://localhost:8000

Add a tab file

  1. Add a new tab file (*.gp5) to master branch of morishin/TAB

  2. Update submodule

    cd tabs
    git pull origin master
    cd -
  3. Rebuild pages

    bundle exec middleman build

About

Guitar Tab Viewer powered by Middleman and Netlify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published