Skip to content

NerdDiffer/noteviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noteviewer

A guitar fretboard diagram viewer. Built with React, Redux. Musical elements based on the functional music theory library, tonal.

Demo

Installations

Application dependencies

npm install

Style & theming framework

This app is using the Semantic-UI framework for consistent styling.

  • Globally install gulp build tool
    • npm install -g gulp
  • Build the source:
    • npm run build:styles

Component definitions & preset themes are committed to source control. This GitHub issue recommends it.

Semantic-UI docs

Read these to know more:

Run tests

npm test

Starting, building

Development

Production

To locally test a production build:

  • Remove all build files
    • npm run clean
  • Install production dependencies
    • npm install --production
  • Build style framework, bundle application & output to public/build
    • npm run heroku-postbuild
  • Start app:
    • NODE_ENV=production npm start

About

A guitar fretboard diagram viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors