Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 837 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 837 Bytes

OrchestrationScriptPrototype

Orchestration Script is a script authoring environment for mentors in a networked learning community to translate their high level understanding of ineffective learning strategies into low level data representations that can automatically detect when mentees are using these ineffective strategies.

Setup and Local Development

  1. Clone the repository 'git clone https://github.com/NUDelta/OrchestrationScriptPrototype.git'.
  2. Navigate to the project folder 'cd OrchestrationScriptPrototype/client'.
  3. Run app in development mode 'yarn start'.

Navigating to Experimental and Control Versions

  1. The default route should show the experimental version
  2. Navigate to /baseline to show the control version

Deployment

Visit https://orchestrationscript.web.app/ to checkout the deployed version