Skip to content

open-chord-charts/web-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!