# eigen **Repository Path**: moozat/eigen ## Basic Information - **Project Name**: eigen - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Meta * __State:__ production * __Point People:__ [@alloy](https://github.com/alloy), [@orta](https://github.com/orta) * __CI :__ [![Build Status](https://circleci.com/gh/artsy/eigen/tree/master.svg?style=shield&circle-token=f7a3e9b08ab306cd01a15da49933c0774d508ecb)](https://circleci.com/gh/artsy/eigen) This is a core [Artsy Mobile](https://github.com/artsy/mobile) OSS project, along with [Energy](https://github.com/artsy/energy), [Eidolon](https://github.com/artsy/eidolon), [Emission](https://github.com/artsy/emission) and [Emergence](https://github.com/artsy/emergence). Don't know what Artsy is? Check out [this overview](https://github.com/artsy/meta/blob/master/meta/what_is_artsy.md) and [more](https://github.com/artsy/meta/blob/master/README.md), or read our objc.io on [team culture](https://www.objc.io/issues/22-scale/artsy). Want to know more about Eigen? Read the [mobile](http://artsy.github.io/blog/categories/mobile/) blog posts, or [eigen's](http://artsy.github.io/blog/categories/eigen/) specifically. ### Docs Get setup [here](docs/getting_started.md). Further documentation can be found in the [documentation folder](docs#readme). ### Work at Artsy? Instead of `make oss` below, run `make artsy` to set up [spacecommander](https://github.com/square/spacecommander) and [SwiftLint](https://github.com/realm/SwiftLint). Make sure you have an environment variable of `ARTSY_STAFF_MEMBER` set to be truthy too. ### OSS Quick Start Want to get the app running as an OSS project? Run this in your shell: ```sh 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](https://github.com/orta/cocoapods-keys/issues/127) in a dependency of ours). Re-running the command should work. ### Thanks Thanks to all [our contributors](/docs/thanks.md). ## License MIT License. See [LICENSE](LICENSE).