Skip to content

tablatures/tablatures

Repository files navigation

Tablatures

Build Version Language License

  

  

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/

Getting started

Clone and install

  1. clone the project git clone https://github.com/tablatures/tablatures.git
  2. fetch the dependancies cd tablatures && npm i
  3. launch with hot-reload npm run start

Build and deploy

  1. build the website npm run build
  2. run on server npm run preview

Made with