This is a web-app replicating @Alandgton activism-mail-bot, but accessible to our non-technical folks. https://github.com/alandgton/activism-mail-bot
In order to run this locally:
- Clone the repository
- cd into the
source-code
folder - Run
npm install
- cd into the
client
folder - Run
npm install
- Run
npm run dev
- You should now be able to run this in your browser.