Skip to content

Files

hello-meld-5

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 28, 2021
Apr 30, 2021
May 4, 2021
Apr 27, 2021
May 18, 2021
May 18, 2021
Apr 27, 2021
Jun 15, 2021
May 18, 2021
Apr 27, 2021

Hello MELD (5)

This is the fourth minimal "Hello MELD" app. This reproduces the functionality of the "music-scholars-annotator" app in the hello MELD framework

There is also a dependency on Apple's XCode, and requires to agree licences:

sudo xcodebuild -license

(Why this is sudo, I can't imagine)

Setup

  1. Activate node (see activate-node.sh in parent directory).

  2. Ensure XCode is installed and licences agreed:

     sudo xcodebuild -license
    
  3. If necessary, remove old node-modules and package-lock.json:

     rm -rf ./node-modules
     rm package-lock.json
    
  4. Install

Ideally, all the should be needed is this:

    npm install   # WARNING: this doesn't currently work:
                  # Use sequence below instead of this command
  1. Run the server:

     npm start
    
  2. Browse to http://localhost:8080