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
- Host: GitHub
- URL: https://github.com/bskp/rechords
- Owner: bskp
- Created: 2021-09-26T10:53:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T21:49:02.000Z (23 days ago)
- Last Synced: 2025-04-10T00:15:51.873Z (21 days ago)
- Topics: chordsheet, music, wiki
- Language: TypeScript
- Homepage:
- Size: 10.9 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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

# 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
```