Amplify is an open-source app created for users to take the initiative in being part of an actionable step in the efforts to protect against climate change. The user is able to choose a climate campaign, then using their zip code, they will be able to select a representative of their choice. The user then donates to have their letter sent out by Amplify
This repo contains both the frontend and backend portions of the Amplify application.
The frontend code is stored in the src/
directory.
The backend (API) code is stored in the server/
directory.
Project Workflow:
- Overall Project Board
- Feature Breakdown
- OSS Architecture
- Wiki: API methods, Data Structures
Resources:
- We meet every Wednesday from 12-1 p.m. PT and Thursdays from 8-8:30 p.m. PT. Sign up for an orientation
- Try out our demo or review App Research
In order to get started, you can clone, download a ZIP, or fork this repository to work on your local machine. If you would like to get started with Codespaces instead, the video below will walk you through setting up your Codespace.
onboarding.codespaces.mov
Codespaces Set Up
Would you like to become a contributor? Please check out our contributors guide! 💝
Run the following script first:
script/bootstrap
You will need to copy the .env.example
file to a .env
file in this repo. You can use the following command in your terminal:
cp .env.example .env
npm run dev
npm run build
npm run lint
npm run format
npm start
App Structure
Current Structure:
Goal Structure:
User Journey: