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.
- Fork this repo
- Obtain a set of
.envfiles (.env,.env.staging,.env.prod) from @dzucconi or @broskoski - Install Yarn
- Install dependencies:
yarn install
yarn start-dev
# Or
yarn start-staging
yarn start-prod
# => Listening on port 5000URL: www.are.na
- Create a new pull request from the
masterbranch against thedeploybranch. Merges intodeployare automatically deployed to our production instance. Start a deploy...
URL: staging.are.na
- Merges into
masterare 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