jdsimcoe / ervell

Are.na front-end client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

Are.na front-end client

License:MIT License


Languages

Language:JavaScript 50.0%Language:TypeScript 17.4%Language:CoffeeScript 14.2%Language:CSS 9.3%Language:HTML 8.9%Language:Shell 0.1%