Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

cs394-w21/CharityMatch

Repository files navigation

CharityMatch

Team Blue

An app to match users with charities.

Live Url

 

Setup

Yarn

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.

 

Installing Packages

To install a package to the project, use Expo:

expo install [package-name]

Expo will use yarn under 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.

 

Startup

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •