- 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
/Build
in 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
.env
or anything in/public
you 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