Skip to content

Keefetgy/groundhogs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

groundhogs

Hack4Good 2024

Dev

  • git clone the repository and run the following commands:
  1. cd client to access the app.
  2. Run npm install to install all required dependencies.
  3. To start, run npm start
  4. Press w to open the web version of the app and view with a 401 x 897 frame to simulate the mobile app
  5. To exit the app, Ctrl + C. Run ALL git commands from /groundhogs!

Setting up Firebase (OLD)

  1. outside the project directory expo init code_exp
  2. cd code_exp
  3. npm install @react-navigation/native
  4. expo install react-native-screens react-native-safe-area-context --npm
  5. npm install @react-navigation/native-stack
  6. expo install firebase --npm
  7. expo start

Ensure that the index.js file is added to your project before running the expo start code.

About

Hack4Good 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%