Refer to the Developer Guide to get an idea how the app was structured, and how to build and package the app.
The beta app is useful in case you are not a developer and would like to contribute by playing with the app and proposing new features or reporting bugs that you find. Keep in mind that it is not going to be the latest version. If you'd like to request a new beta build, please create a issue ticket for that.
If you'd like to have access to the beta version please follow these steps
All work done on the Chartr app happens directly on GitHub. Both core team members and external contributors send pull requests which go through the same review process.
If you are interested in contributing directly to the code base, the first thing you should do is read our Litepaper to get an understanding of what Chartr is and how it's supposed to work.
git clone https://github.com/AerovekCommunity/Chartr.iOS.git
main
and name it with the issue number first followed by a dash and a description related to the issue being worked on. First make sure your main branch is up to date
git checkout main
git pull
git checkout -b 1-my-first-issue
git add .
git commit -m "your commit notes"
git push origin 1-my-first-issue
You can also join our Telegram and Discord channels and ask questions there.
Join the Aerovek Aviation channel on Telegram where you can ask general questions, voice ideas, or just chat with the community.
Join the AeroDao Telegram channel to ask development related questions about this project or the mobile projects. You can tag Jay if you are really stuck on something or something in the code isn't clear.