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 and in the OSS announcement.
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, runmake artsy
to set up spacecommander. - Set an environment variable of
ARTSY_STAFF_MEMBER
totrue
. - Run
bundle exec pod install
. More info here, if you're curious.
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.