griffinclark / groupify

Groupify
https://www.groupify.us
2 stars 0 forks source link

Meep

Tool Dependencies

Getting started:

Setting up your enviroment after a clone or before every new task

After a clone

New task

before every new task or build, you want to run the following commands at the beginning to ensure your local enviroment is in sync with the cloud enviroment.

If you have an iPhone:

If you have an Android:

Keeping your local copy up-to-date (for frontend developers)

After pulling or merging new changes, you'll want to re-run expo install to capture dependency changes. Then, check for backend changes by running amplify status, and amplify pull to synchronize any new changes.

Expo and package compatibility

When installing a new package, it's important to always use expo install instead of the equivalent yarn command. Until we switch to an Expo bare build, this command will ensure we use a version of each package made available to us in the Expo client.

On Windows

To build app for release

expo docs

check that you are in the amplify production environment and all backend resourses are up to date.

for ios

for android

Atomic Design 0

This app is structured using the atomic design philosophy, if you are unfamiliar with that you can read more about it here