This is a final semester projekt for our Group of 5, studying AP graduate in computer science. 🖥️
The project consists of an Expo based React Native app, meant to encourage users to be more physically active, in their day to day lives. 🏃🏽♀️
To start contributing to this project, follow these steps:
- Clone the project to your local machine 💻
- For Https:
git pull https://github.com/kingu2001/Pentivity.git- For SSH:
git pull git@github.com:kingu2001/Pentivity.git - Change directory to cloned project lokation 📂
- Install Node.js
- Follow install guide here.
- Install dependencies by running following command in the root of the Pentivity project:
npm install
- Run the app using Expo 🌐
npx expo start
Scan QR code with your smartphone and install the Expo Go app or use the web link for browser view. If that somehow fails, use following command instead and scan again:
npx expo start --tunnel
- Create a feature branch and start coding 🎉!
git branch <your-branch-name-here>