Skip to content

joshosbrn/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 dudes.

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.


Local installation

  git clone [email protected]:arenahq/ervell.git
  cd ervell
  npm install
  gem install foreman

Running the server

  foreman start -f Procfile.dev -e .env.dev
  # => Listening on port 5000

Deploy staging

make deploy-staging branch=branch

(This doesn't work.)

About

Are.na front-end client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 40.8%
  • HTML 25.1%
  • CSS 22.7%
  • JavaScript 11.3%
  • Shell 0.1%