Kindred Notes is an iOS/Android native app for sharing and receiving kind messages with other users
In client
:
npm i
cd ios && pod i && ../
npm run ios/android
In server
:
npm i && npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.