https://github.com/arthurbbarbosa/tablature
Save your compositions in a Guitar Tablature
https://github.com/arthurbbarbosa/tablature
guitar javascript nextjs postcss tablature tailwindcss ui
Last synced: 3 months ago
JSON representation
Save your compositions in a Guitar Tablature
- Host: GitHub
- URL: https://github.com/arthurbbarbosa/tablature
- Owner: arthurbbarbosa
- Created: 2025-03-13T19:32:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T21:33:02.000Z (over 1 year ago)
- Last Synced: 2026-01-03T16:27:33.060Z (6 months ago)
- Topics: guitar, javascript, nextjs, postcss, tablature, tailwindcss, ui
- Language: JavaScript
- Homepage: https://arthurbbarbosa.github.io/tablature/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tablature
Save your compositions in a Guitar Tablature
Technologies used:
- NodeJS ([Install Here](https://nodejs.org))
- NPM or Yarn ([Install NPM Here](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) or [Install Yarn Here](https://classic.yarnpkg.com/lang/en/docs/install))
- Next.JS
- TailwindCSS
- PostCSS
Here's a step-by-step guide on how to use the bot:
1. Turn on the website
```
$ if you are using npm: npm install | npm run dev
$ if you are using yarn: yarn install | yarn dev
```
*To do: Make a support to insert your tabs without a matrix*