OpenSourceFellows / ally-guide-app

The original Program Equity app
MIT License
1 stars 0 forks source link
civic-hacking civic-tech election-data police-brutality social-justice vuejs

Ally Guide

An open source project that helps citizens search and automate letter writing to their representatives to accelerate policies that focus on racial justice. (Breathe Act, Farm Workers aid, Land Reclamation, etc) - part of the ProgramEquity initiative.

Stack:

Project setup

npm install

Configuration

cp .env.local.template .env.local

Edit .env.local and assign values to VUE_APP_AIRTABLE_API_KEY and VUE_APP_AIRTABLE_BASE

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Running tests

Contributing

  1. Fork the branch
  2. Create a branch with your changes
  3. Make sure all test are passing by running
  4. Submit a pull request