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

https://github.com/takb/markflat.app

NativeScript-Vue songbook app
https://github.com/takb/markflat.app

nativescript-vue showdown

Last synced: 2 months ago
JSON representation

NativeScript-Vue songbook app

Awesome Lists containing this project

README

          

# mdSongbook

> App to display songbooks in songbook-md format

## Usage

``` bash
# Install dependencies
npm install

# Build for production
tns build --bundle

# Build, watch for changes and debug the application
tns debug --bundle

# Build, watch for changes and run the application
tns run --bundle
```