- Clone in to local
- Go to https://nodejs.org/en/ and download and install Node (You need v14.6.0 or later)
- In your terminal run node -v to confirm install
- CD to alyson-v9 directory
- In root add .env
- paste: REACT_APP_ENV_GENNY_BRIDGE_URL="https://your-server-url.com"
- update URL for your server
- If you are using UNITY:
- Go to GitHub https://github.com/OutcomeLife/stt-unity (Or wherever your Unity files are)
- Copy all files from
/Buildin toalyson-v9/public/unity(Create the unity directory)
- Go to alyson-v9 in terminal and run
npm i - After that is finished run
npm start - If you change
.envor anything in/publicyou will have to restart development server (npm start) otherwise it will hot reload
- Clone in to local
- Go to https://nodejs.org/en/ and download and install Node (You need v14.6.0 or later)
- In your terminal run node -v to confirm install
- CD to alyson-v9 directory
- Run npm test