Skip to content
/ eigen Public
forked from artsy/eigen

The Art World in Your Pocket or Your Trendy Tech Company's Tote, Artsy's iOS app.

License

Notifications You must be signed in to change notification settings

swizzlr/eigen

 
 

Repository files navigation

Meta

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.

Docs

Get setup here. Further documentation can be found in the documentation folder.

OSS Quick Start

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.

Work at Artsy?

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.

Thanks

Copyright: 2012-2016, Artsy. Thanks to all our contributors.

About

The Art World in Your Pocket or Your Trendy Tech Company's Tote, Artsy's iOS app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 82.0%
  • Swift 16.9%
  • Ruby 0.8%
  • Makefile 0.2%
  • C 0.1%
  • HTML 0.0%