Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulogdm/chartcomposer

SongDocs is an online PWA and ReactNative app for saving chords and lyrics
https://github.com/paulogdm/chartcomposer

Last synced: about 1 month ago
JSON representation

SongDocs is an online PWA and ReactNative app for saving chords and lyrics

Awesome Lists containing this project

README

        

# SongDocs

SongDocs is a website (https://songdocs.io) for displaying and
editing ChordPro files.

To run / develop locally:

- Clone this repository
- Obtain a copy of `secrets.js` from elsigh
- Every push to `master` is auto-deployed

```
npm install
./dev.js
```

Deployment using `now` is done automatically via Travis