This is a core Artsy Mobile OSS project, along with Energy, Eidolon, Emission and Emergence.
Don't know what Artsy is? Check out this overview and more, or read our objc.io on team culture.
Want to know more about Eigen? Read the mobile blog posts, or eigen's specifically.
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/eigen.git
cd eigen
gem install bundler
bundle install --without development distribution
make oss
bundle exec pod install
open Artsy.xcworkspace
This will set you up on our staging server, you will have a running version of the Artsy app by hitting Build > Run
.
Note: bundle exec pod install
may fail the first time you run it (due to a bug in a dependency of ours). Re-running the command should work.
Instead of make oss
in the above, run make artsy
to set up spacecommander and SwiftLint. Make sure you have an environment variable of ARTSY_STAFF_MEMBER
set to be true too.
Copyright: 2012-2016, Artsy. Thanks to all our contributors.