Habiform is an iOS app that aims to help with forming habits by relying on the published habit literature.
The app is now avalaible on the App Store. To run it locally:
-
Make sure you have Node JS and npm installed
-
Install Expo CLI (documentation)
npm install expo-cli
-
Install all the project's dependencies with
npm install
-
On a physical iOS device, install the Expo Go app from the app store
-
In the root of the repository, run the following command to start the development server
expo start
This should display a QR code. Scan it with the Camera app on the device, click on the link from the QR code (documentation).
-
The app will launch within the Expo Go App.
