For Node and NPM, please make sure u use the LTS stable version of them, not the latest one
- clone repository by copying this link
https://github.com/moe-ko/Attendify.git
to your local - run
git pull
to get the latest project updates and always run whenever you start working - run
npm install
to install the project needs such as node packages on ur local - run
npx expo start
to start the development server
- if you are using Xcode 12.5 or higher got to /ios and execute
pod install --repo-update
- running your app on a simulator or virtual device, run
npm run ios
ornpm run android
to start your application! - install the Expo Go app on your iOS or Android phone and connect to the same wireless network as your computer. On Android, use the Expo Go app to scan the QR code from your terminal to open your project. On iOS, use the built-in QR code scanner of the default iOS Camera app.