- Install npm libs
sudo apt install npm
sudo snap install node --classic #install nodejs version 16
npm install --global expo-cli
expo --version
- If this command does not give an error or red writings, move to next step
- Clone the repo with github token
git clone https://github.com/BeStillAsBright/dbt.git
- Install npm if running dbt dir for the forst time
npm install
- Final run command (can be <--ios> or <--android> instead)
expo start --web
DBTapp_demonstration.mp4
<Video demonstration of 4/24/22 version of toggle between main and affirmations branch>