Skip to content

dzucconi/ervell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6,533 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
  • Install Foreman or Forego
  • Obtain a set of .env files (.env.dev, .env.staging, .env.prod) from @dzucconi or @broskoski
  • Install Yarn
  • Install dependencies: yarn install

Running the server

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

You can point at different instances using different .env files (local/staging/prod).


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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 62.3%
  • CoffeeScript 16.8%
  • CSS 10.4%
  • HTML 10.4%
  • Shell 0.1%