Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 478 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 478 Bytes

REQUIREMENTS:

Node.js: Download and install the LTS version of node.js from https://nodejs.org/en/download

Post installation:

npm i -g npm@latest pnpm

Song sources are inside the source directory.

To install dependencies:

pnpm install

To compile into verseview database:

pnpm build

The resulting verseview database file will be in the dist directory.

Notes:

  • Use Markdown syntax highlighting for the *.song file for some better DX :P