Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.98 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.98 KB

Build Status codecov

Tab for a Cause

The easiest way to do good every day. Join in

Developing

This repo contains most backend services. See gladly-team/tab-web for the latest web app.

Prerequisites

Getting Started

  1. Clone this repository.
  2. In the top level directory, run yarn run build. This installs dependencies and builds Docker images.
  3. Run yarn run start:newtab.
  4. On first run, you'll have to create database tables and load fixtures.
    • cd dynamodb
    • yarn run init
  5. Visit http://localhost:3000/newtab/

Development Tips

  • The start:newtab script in the top-level package.json orchestrates running services.
  • The lambda, graphql, and web services use dotenv-extended to manage environment variables. The .env files specify defaults, which you can override with your file named .env.local.

Deployment

See Deployment Overview for how deployment works.

Acknowledgements

Thank you to the following projects and companies for supporting open source projects like this one: