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
- Host: GitHub
- URL: https://github.com/takb/markflat.app
- Owner: takb
- License: mit
- Created: 2019-03-07T15:23:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-18T10:58:06.000Z (12 months ago)
- Last Synced: 2025-06-18T11:48:58.614Z (12 months ago)
- Topics: nativescript-vue, showdown
- Language: JavaScript
- Size: 3.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```