🍺🍹🍷 Event Logistics Management
- Run a backend - See https://github.com/athena-logistics/athena-backend
- Install Node using
asdfas specified in.tool-versions npm installnpm start
- Make sure your branch passes the tests -
npm test - Open a PR
- Check the PR comments to find a link to the expo preview build
- Bump Version using
npm version [major|minor|patch] - Both the
package.jsonandapp.jsonversions will be automatically updated - Push
mainto GitHub -git push origin main - Push tag to GitHub -
git push origin --tags - GitHub Action will automatically build and submit - https://github.com/athena-logistics/athena-rn/actions/workflows/tag-stable.yml
- Submit Android App for Review in the
Play Console
- Contact @punkah for access
- Submit iOS Release for review on
App Store Connect
- Contact @punkah for access
- Extract Translations with
npm run translations:extract - Merge English Translations to othe rLanguages with
npm run translations:merge - Edit Translations for non-English languages
- Compile with
npm run translations:compile
