Read and play tabs quickly
- Import a music score (
.gp3
,.gp4
,.gp5
,.gpx
,.gp
,.xml
,.cap
or.tex
) - Browse the tabs database (GuitarProTab)
- Play along the track (rendered using alphaTab)
The website is currently under heavy development and can be unstable.
Do not hesitate to report issues here.
Browse the website now: https://tablatures.vercel.app/
- clone the project
git clone https://github.com/tablatures/tablatures.git
- fetch the dependancies
cd tablatures && npm i
- launch with hot-reload
npm run start
- build the website
npm run build
- run on server
npm run preview