Skip to content

open-chord-charts/sample-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Chord Charts sample data

DISCONTINUED!

Go to https://github.com/open-chords-charts/chart-editor

Presentation

Sample JSON files for OpenChordCharts -- a contributive database of songs chords

Run charts bench

npm install
npm start

then open your browser to http://localhost:3010/

Statistics: open http://localhost:3010/build/stats.html

In production

This is a static application, the web server just serves the HTML/JS/CSS files.

Build and test in production environment:

npm run start-production

then open your browser to http://localhost:3011/

If it's OK, deploy:

npm run deploy

Statistics: open http://openchordcharts.github.io/sample-data/build/stats.html

Releases

No releases published

Packages

No packages published