Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 439 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 439 Bytes

Intera - An ASL/Speech to Text Faciliator & Learning Platform (Web Client)

Installation Guide

  1. Pre-requisite: Must have Node.js version >= 16 installed

  2. Execute the command chmod 700 install.sh to give full permissions to the installation script

  3. Execute the command ./install.sh to run the installation script

Dev Environment

To start the dev environment: pnpm dev

To add a package: pnpm add {package_name}