Skip to content

smoores-dev/medicare-for-all-bill-sponsors

Repository files navigation

Medicare for all bill sponsors site

A website that allows constituents to ensure their representatives support the Medicare for All bill.

Local dev

Prereqs:

  • Node.js 22
  • Yarn (can install with corepack enable)

Install dependencies:

yarn install

Copy .env.example to .env, and fill in your Congress.gov API key, Google Civic Information API key, and Radar (public) API key.

Run development server:

yarn dev