Team Blue
An app to match users with charities.
Ensure yarn is installed globally to your local machine.
Follow the instructions at https://classic.yarnpkg.com/en/docs/install to either install yarn or check your yarn version.
To install a package to the project, use Expo:
expo install [package-name]
Expo will use
yarnunder the hood to install the package but it finds a compatible version of the package.
All packages are tracked in the package.json file under dependencies.
To install all packages from the package.json file, use:
expo install
You should run this command every time you pull down the repo to make sure you have everything installed.
To start the project, you can either use:
expo start
or
yarn start
To start the project and begin running in web, do:
expo start -w
or
yarn start -w