Hack4Good 2024
git clone
the repository and run the following commands:
cd client
to access the app.- Run
npm install
to install all required dependencies. - To start, run
npm start
- Press
w
to open the web version of the app and view with a401 x 897
frame to simulate the mobile app - To exit the app, Ctrl + C. Run ALL git commands from /groundhogs!
- outside the project directory
expo init code_exp
cd code_exp
npm install @react-navigation/native
expo install react-native-screens react-native-safe-area-context --npm
npm install @react-navigation/native-stack
expo install firebase --npm
expo start
Ensure that the index.js file is added to your project before running the expo start
code.