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.
git clone [email protected]:arenahq/ervell.git
cd ervell
npm install
gem install foreman
foreman start -f Procfile.dev -e .env.dev
# => Listening on port 5000
make deploy-staging branch=branch
(This doesn't work.)