ChatGPT converts the notations, GuitarEasy plays it, you practise! Your favourite song is ready in minutes.
.atex, .tex, or .txt files by browsing or dragging and dropping.npm install
npm run dev
Then open the local URL printed by Vite. By default, the development server uses port 65432.
| Command | Description |
|---|---|
npm run dev | Start the Vite development server. |
npm run build | Type-check the project and create a production build in dist/. |
npm run preview | Preview the production build locally. |
Uploaded scores and display preferences are stored only in the current browser's local storage. They are not included in the repository or uploaded by the app.
src/
main.ts Application UI, score library, and alphaTab integration
style.css Application styles and responsive layout
assets/scores/ Bundled alphaTex example scores
public/
font/ Bravura music font assets used by alphaTab
soundfont/ SoundFont used for MIDI playback
index.html Application shell and document metadata
vite.config.ts Vite and alphaTab plugin configuration
Build the static site with:
npm run build
Deploy the generated dist/ directory to any static web host. The repository includes hosting metadata for GuitarEasy's static deployment configuration.
GuitarEasy is released under the MIT License. Third-party assets in public/font/ and public/soundfont/ retain their respective licensing and attribution requirements.
18 commits
TypeScript
62.0%
CSS
36.9%
HTML
1.1%
ChatGPT converts the notations, GuitarEasy plays it, you practise! Your favourite song is ready in minutes.
.atex, .tex, or .txt files by browsing or dragging and dropping.npm install
npm run dev
Then open the local URL printed by Vite. By default, the development server uses port 65432.
| Command | Description |
|---|---|
npm run dev | Start the Vite development server. |
npm run build | Type-check the project and create a production build in dist/. |
npm run preview | Preview the production build locally. |
Uploaded scores and display preferences are stored only in the current browser's local storage. They are not included in the repository or uploaded by the app.
src/
main.ts Application UI, score library, and alphaTab integration
style.css Application styles and responsive layout
assets/scores/ Bundled alphaTex example scores
public/
font/ Bravura music font assets used by alphaTab
soundfont/ SoundFont used for MIDI playback
index.html Application shell and document metadata
vite.config.ts Vite and alphaTab plugin configuration
Build the static site with:
npm run build
Deploy the generated dist/ directory to any static web host. The repository includes hosting metadata for GuitarEasy's static deployment configuration.
GuitarEasy is released under the MIT License. Third-party assets in public/font/ and public/soundfont/ retain their respective licensing and attribution requirements.
18 commits
TypeScript
62.0%
CSS
36.9%
HTML
1.1%