Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Arshnoorkc13 committed Jun 24, 2024
1 parent 1d4499c commit 81ebc42
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# TEMPLATE-base-repo

# Boston Voter App
Collaborators:
* Arshnoor Kaur Chadha; Github: @arshnoorKC13
* Elenaor Elkus; Github: @eelkus01
* Jason Jiang; Github: @jasonjiang9142

# Description
The Boston Voter App addresses the lack of accessible information about voting logistics and candidates in municipal elections in Boston. This progressive web application centralizes all vital voting information to increase voter turnout, particularly focusing on BIPOC voters who face significant barriers to voting in local elections.
Expand All @@ -20,7 +24,17 @@ The Boston Voter App provides a comprehensive solution by offering:
# Installation
* git clone https://github.com/BU-Spark/pitne-voter-app.git
* cd pitne-voter-app
* npm install
* npm install in pitne-voter-app
* cd..
* cd client
* npm install
* cd ..
* cd server
* npm install
* cd ..
* cd strapi
* npm install
* cd ..
* cd client
* npm run dev

Expand Down

0 comments on commit 81ebc42

Please sign in to comment.