Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 464 Bytes

iScore interface

System interface for iScore that runs in the browser.

Setup

  1. Open a command-line shell (Windows) or Terminal (MacOS, Linux) in a new window
  2. Navigate to the interface/ folder

Windows:

  1. Run py -3.9 -m http.server

MacOS / Linux:

  1. Run python3.9 -m http.server

Both:

  1. Open a browser and navigate to http://localhost:8000/

Libraries