The iPhone and iPad app that brings all the Partners to the yard.
Get setup here. Further documentation can be found in the documentation folder.
Want to get the app running as an OSS project? Run this in your shell:
git clone https://github.com/artsy/energy.git
cd energy
make oss
open "Artsy Folio.xcworkspace"
You will have a running version of the Artsy app by hitting Build > Run
.
Instead of make oss
in the above, run make artsy
to set up spacecommander.
We're actively looking for more mobile developers to join our team. Want work in NYC, and do impactful work in the open? Get in contact.
If you are seeing bundle: command not found
when running the OSS Quick Start commands, you will need to install bundler. You can do this by writing sudo gem install bundler
.
Copyright: 2012-2015, Artsy. Thanks to all our contributors.