Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.12 KB

File metadata and controls

25 lines (17 loc) · 1.12 KB

Hermes: A Cache For Apollo Client

npm Build Status Code Coverage

A cache implementation for Apollo Client, tuned for performance.

Contributing

Interested in helping out? Awesome! If you've got an idea or issue, please feel free to file it, and provide as much context as you can.

Local Development

If you're looking to contribute some code, it's pretty snappy to start development on this repository:

git clone https://github.com/convoyinc/apollo-cache-hermes
cd apollo-cache-hermes
npm install

# Leave this running while you're working on code — you'll receive immediate
# feedback on compile and test results for the files you're touching.
npm run dev