This is the official repository for Aktiviti. Aktiviti is a mobile app used to track the daily activities of its users.
- Node
- Yarn
- Expo Cli
- A simulator (iOS or Android). You could also install and use the expo client app. Look up the this link to set up expo on your device. If you intend to use a simulator, you may have to install Android Studio to get the Android Emulators and XCode to get the iOS emulators.
- Clone this repository
- Make sure you have all the prerequisites installed
- Run
yarn install
to install dependencies - Once all dependencies have been installed, run
yarn start
to start your metro bundler - Start the app on your simulator or real device.