-
Notifications
You must be signed in to change notification settings - Fork 3
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.
- Clone the repo into a directory of your choosing
git clone https://github.com/cs130-w21/16.git
- move to the repo's directory
- Install node dependencies
npm install
- build metro bundle
npm start
The javascript bundle should be built and ready for deployment, see Deployment.