Skip to content

aredotna/ervell

Repository files navigation

Ervell

Front-end Are.na client, built using Artsy's Ezel. Also, made possible by Artsy's very generous decision to open source their front-end client. Many patterns (also bits of code, probably) adopted from Force. Thanks y'all.

The general idea here is something minimal, utilitarian, unobtrusive and adaptible to many different situations. We try to make use of re-usable components and views as often as possible.


Getting Started (Local)

  • Fork this repo
  • Obtain a set of .env files (.env, .env.staging, .env.prod) from @dzucconi or @broskoski
  • Install Yarn
  • Install dependencies: yarn install

Running the server

  yarn start-dev

  # Or
  yarn start-staging
  yarn start-prod

  # => Listening on port 5000

Deploying (Production)

URL: www.are.na

  • Create a new pull request from the master branch against the deploy branch. Merges into deploy are automatically deployed to our production instance. Start a deploy...

Deploying (Staging)

URL: staging.are.na

  • Merges into master are automatically deployed to our staging instance.
  • You can deploy your current local branch to staging if need be by exporting out the appropriate S3 keys and running yarn run deploy-staging