A mobile app for forgetful people.
This application uses yarn as an npm wrapper, but npm should also work just fine.
Before trying to run on any platforms yarn install
or npm install
to acquire dependencies.
MacOS and Xcode are required.
- Open
ios/remindr.xcode
in Xcode. - Hit the Run button
Running on a device is a little more tricky.
You'll need to have all the prerequisites (SDK, NDK) for Building React Native installed. Android Studio is also recommended.
Open the Android directory and wait for the gradle tasks to run. Then hit the run button.
Although this is mainly a one man band, if you want to contribute just sub a pr. There is an eslint that is checked by code climate and tests must pass on Travis, but apart from that if you got a feature I want to hear about it.
If you have a feature request but no time or knowhow to code, submit an issue and I'll look into it.