This is the GitHub Repository of our team, HocusFocus (Team 6207)
-
Clone this GitHub repository. Detailed instructions on how to do so can be found here: (https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository#cloning-a-repository)
Otherwise, click on the Source Control tab in VS Code and clone this GitHub repository by pasting the url.
-
Once done, make sure you are in the project directory and run
npm installon the IDE of your choice (e.g. VS Code) to install the necessary dependencies. If the commandnpmis not found, it can be downloaded here: (https://nodejs.org/en/download/package-manager) -
Download Android Studio if you do not have the emulator already. This will be used to open the app in Android on your computer. The link can be found here: (https://developer.android.com/studio)
-
Similarly, to be able to open the app in iOS on your Mac OS, visit the following link for instructions to set up the iOS Simulator. This will be used to open the app in iOS on your computer. The link can be found here: (https://docs.expo.dev/get-started/set-up-your-environment/?platform=ios&device=simulated#set-up-an-ios-simulator-with-expo-go)
-
In the terminal, type in the command
npm run androidto open the app in Android ornpm run iosto open the app in iOS. -
Run the app and try out the sign in/register feature with authentication.
Thanks!