Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.7 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.7 KB

Kelp brings your data together in one place. Pivot your meetings by what documents the attendees have edited recently. By associating person, a time slot and documents together, Kelp makes information easier to find.

This aspires to do a few things with instant value:

  • help you find what you need when you need it
  • provide the ‘right information at the right time’
  • be easy to understand (no 'black box' recommendation)

In the future it will also do things that are more 'vitamin' like

  • Stay accountable to what you want to be doing
  • Help separate from work
  • Show information about relationships over time

Getting started

First create a Google Oauth app and enable the APIs you want to use. Currently, those are

Then proceed with your node setup steps. Ensure you are using node 14 or greater. Start the extension in dev mode:

npm install
npm run dev:extension

Load the dev extension into your Chrome extensions

Starting the website in dev mode

npm run dev