📧 Read emails from politicians without subscribing
First, install Node Version Manager. Then, switch to the proper Node & NPM version,
$ nvm install
$ nvm use
Install dependencies,
$ npm ci
Install the Cloudflare Wrangler CLI,
$ npm install wrangler -g
Initialize the database,
$ wrangler d1 execute political-emails-dev --local --file=./schema.sql
Run the worker locally,
$ npm start