Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1012 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 1012 Bytes

Open Chord Charts Web Site

Dependency Status devDependency Status

Presentation

Open Chord Charts is a project aiming to provide free (as in free software) chord charts to musicians, editable in a collaborative way.

This software runs the web site of the Open Chord Charts project.

Run the server

The following npm run commands are declared in package.json.

Development server

npm run dev

Open http://localhost:3001/

Production server

npm run build
npm run prod

Open http://localhost:3001/

Inspiration

Thanks to the isomorphic500 project for inspiration about the JavaScript build system and React server-side rendering!