Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Pocket/annotations-api

Repository files navigation

Annotations API

Important

This repo has been moved to Pocket's Monorepo

This subgraph handles Annotations on SavedItems in a User's list.

Folder structure

  • the infrastructure code is present in .aws
  • the application code is in src
  • .docker contains local setup
  • .circleci contains circleCI setup

Develop Locally

npm install
npm start:dev

Start docker

# npm ci not required if already up-to-date
npm ci
docker compose up