A Free and Open Source Chordsheet Editor.
This is a webapp to create chordsheets also referred to as chord charts. UI heavily inspired by Ghost.
If you're intereseted in the generation of the preview markup, check this repo: gldraphael/chordsheet.
- Install Angular CLI globally using:
npm install -g @angular/cli - [Optional] Install VS Code from here.
- Clone this repo.
cdintochordsheed-editorand runng serve.- Press F5 within VS Code (or browse manually to
localhost:4200)
| Command | Description |
|---|---|
ng serve |
Start a local server for chordsheet-editor |
ng lint |
Run the linter |
ng lint --fix |
Fix lint errors wherever possible |
npm run test |
Run karma tests |
ng e2e |
Run e2e tests. (E2E are to be written.) |
Code scaffolding:
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
