Skip to content

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:

  1. Clone the Repo
  2. Run npm install in the root directory to install dependencies
  3. 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)
Clone this wiki locally