A Songbook Wiki. Key features:
- Song sheets with lyrics and chord annotations on smartphones, tablets and big screens
- Song sheet viewer with transposing and autoscroll support
- Markdown based document format
- Easy editing with live-preview and versioning
-
Install Meteor https://docs.meteor.com/install.html
-
make sure you are using an adequate node version ( 10 - 14 ) -> install nvm otherwise to switch when needed
-
change to app folder, install npm packages, start the App
cd app
meteor npm i
meteor
If everything is successfull you should see the following
=> Started proxy.
=> Started MongoDB.
...
npm run test-showdown