Homebase feed and chat app powered by Odin.
In order to get everything running you'll need the back-end web server, see the Odin repository to get started.
Once you have the back-end running, you can start the mobile app by following the instructions below.
npm install
npm start
# run adb as root:
adb root
# adb proxy port 443
adb reverse tcp:443 tcp:443
Now you can log in with local identities such as frodo.dotyou.cloud
.
Note
No Such configuration is required for iOS simulators.
Contributions are highly Welcomed 💙 . Feel free to open PRs for small issues such as typos. For large issues or features, please open an issue and wait for it to be assigned to you.
You can reach out to us on our Discord server if you have any questions or need help.
Please use the issue tracker on GitHub to report bugs.
If you discover any security issues, please send an email to info at homebase dot id. The email is automatically CCed to the entire team and we'll respond promptly.
This project is licensed under the terms of the AGPL3 license. See the LICENSE file.