Skip to content

Building from Source

Armaan Singh edited this page Mar 4, 2021 · 2 revisions

Note: Currently, Potluck only supports iOS devices, and will require either Xcode or an apple iOS device for deployment.

Dependencies:

Installation:

  1. Clone the repo into a directory of your choosing

git clone https://github.com/cs130-w21/16.git

  1. move to the repo's directory
  2. Install node dependencies

npm install

  1. build metro bundle

npm start

The javascript bundle should be built and ready for deployment, see Deployment.

Clone this wiki locally