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
.env
files (.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 5000
URL: www.are.na
- Create a new pull request from the
master
branch against thedeploy
branch. Merges intodeploy
are automatically deployed to our production instance. Start a deploy...
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