Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 440 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 440 Bytes

PocketEventBridge

repository that contains pocket shared event bus, and the event-rules associated with it

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