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
-
Build pages
bundle exec middleman build
-
Run server
cd build python -m http.server
-
Open in browser
open http://localhost:8000
Add a tab file
-
Add a new tab file (
*.gp5
) to master branch of morishin/TAB -
Update submodule
cd tabs git pull origin master cd -
-
Rebuild pages
bundle exec middleman build