Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.21 KB

File metadata and controls

37 lines (27 loc) · 1.21 KB

Accessibility Lab #1: Use of Audio Cues for Deaf/HoH Users

Requirements

  • A working PC
  • NodeJS
  • NPM

Setup

Clone the repository and open the command line for the upcoming instructions.

Server

  1. Navigate to the server folder.
  2. npm install
  3. npm app.js
  4. The server should be accessible via http://localhost:5000

Client

Running Local

  1. Navigate to the client folder.
  2. npm install
  3. npm start
  4. The client should be open by itself.

Building

  1. If you have done #1-2 in Running local, go ahead to the next step. If not, do that.
  2. npm build
  3. All of the files you need is in the build folder for deploying.

Part of The National Science Foundation's Grant for Developing Experiential Laboratories for Computing Accessibility Education. Grant #1825023

Information for this grant can be found at https://www.nsf.gov/awardsearch/showAward?AWD_ID=1825023&HistoricalAwards=false

The website for all of the accessibility labs can be found at https://all.rit.edu

Contributing

Please make a Fork of the repositry and submit a pull request to make changes to our system. Pull requests will need to be approved before the changes can be accepted by a member of the organization.