-
Notifications
You must be signed in to change notification settings - Fork 0
Running Locally
Bryan Silva edited this page Nov 20, 2023
·
3 revisions
For those interested in making edits and pull requests, here is how to run the project locally:
- Clone the Repo
- Run
npm install
in the root directory to install dependencies - Run the app with the following:
- Web App : To run the app on web, simply type
npm run web
in the terminal while in the root directory - Mobile : To run the app on mobile, first install the Expo Go app on your mobile device. In the terminal, run
npm run mobile
and scan the QR code that is generated. (Alternatively, you can use an andriod emulator to run the app directly on computer, following the instructions in the terminal to launch)
- Web App : To run the app on web, simply type