Mobile application simulating textual and voice interaction with NPCs in role-playing games. It is a subject of my engineering thesis.
It cooperates with the backend application portable-npc-backend
- Install node v18 (if you already have other node version installed try using nvm)
$ nvm install 18 $ nvm use 18 $ node --version v18.18.0
- Install yarn
$ npm install -g yarn $ yarn --version 1.22.19
- Install dependencies and start expo development server
$ yarn $ yarn start

