Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 592 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 592 Bytes

Unspoken by Team Signcraft

A mixed-reality WebXR application to learn American Sign Language (ASL) with just your virtual reality headset and a web browser!

Access Application

You can try out our in-progess demo at ringokam.github.io/unspoken/

Project Breakdown

/docs

Assets and Imported Libraries

/web

Three.js Application

Deploying Locally

To run the app locally

npm i
npm run build
npm run serve

You will now be ablet to access the application at https://localhost:8081/

Deploy to Cloud

TODO