Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.04 KB

Motion Lab - Connecticut Science Center

Packages

  • arduino - code to be loaded onto Arduino
  • camera - facilitates communication with high speed camera
  • client - web page displayed on exhibit touchscreens
  • server - stripped down custom Stele (Electron) application. Serves client web page, communicates through serial with arduino, and triggers camera captures

Installation - development

  • Use nvm or a similar tool to set your local Node version to v12.22.12
  • cd packages/server
  • yarn
  • Download entire Assets folder from Google Drive
    • Copy contents of assets into packages/client/assets/
    • Copy contents of celeb_seq into packages/client/celeb_seq/
    • Copy contents of sequences into packages/client/sequences/
    • Copy contents of server-assets into packages/server/src/renderer/assets/
  • yarn dev
  • After Stele opens displaying admin interface, open a Google Chrome (v78) browser and navigate to http://localhost/