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

https://github.com/bskp/rechords

Songbook Wiki built with Meteor and React
https://github.com/bskp/rechords

chordsheet music wiki

Last synced: 21 days ago
JSON representation

Songbook Wiki built with Meteor and React

Awesome Lists containing this project

README

        

# Rechords

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

![Screenshot](screenshot_dark.png)

![Screenshot](screenshot_extras.png)

# Getting Started

* 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.
...
```

# Running showdown tests

```
npm run test-showdown
```