Skip to content

xavierloos/Attendify

Repository files navigation

Attendify

Once you clone the repo, make sure u work on new branch

Here is the cheat sheet of all git commands or you can always use VSCode extensions' UI.

Git Cheat Sheet

For Node and NPM, please make sure u use the LTS stable version of them, not the latest one

Setting up project

  • 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

Optionals

  • 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 or npm 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published