- CV is no longer accepting contributions to this repository as it will be archived soon.
- Please see the latest version to contribute.
Thank you!
One in four Washingtonians have been involved in the criminal justice system. Those with a criminal record face significant barriers to daily life after completing their prison terms, making it harder to find housing and employment, to gain professional credentials, and to be involved in the life of their community.
Washington State’s New Hope Act makes it easier for people with past criminal records to have their convictions vacated. Yet the system is slow and inefficient. We have identified opportunities to use technology to streamline this process, and want to explore which of these technological possibilities would make the most sense to prototype, given user needs and volunteer resources.
We are a civic-tech open source project and part of the Democracy Lab organization, which is a project within the Open Seattle org.
To benefit individuals with criminal convictions and decrease lifelong “collateral consequences.” We have identified the first product we hope to ship to the KCBA to help automate the process for record clearance (a pain point and manual process for lawyers): a conviction eligibility calculator.
We look forward to collaborating with you.
This repo is for our informational website, which will eventually be home to the eligibility calculator mentioned above.
To get our static website up and running on your machine, you can follow the commands below:
git clone https://github.com/openseattle/cvp
In the project directory, you can run:
-
Ensure you have
nodejs
installed on your machine using whatever system package manager, on Mac using homebrew run:brew install nodejs
-
Install project dependecies
npm install
-
Start the app in development mode
npm start
-
Visit http://localhost:3000 to view it in the browser
npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
See the section about deployment for more information.
- Create your feature branch
git checkout -b feature/your-feature-name
- Commit your changes
git commit -m "commit message describing your changes"
- Push your changes to your feature branch
git push origin feature/your-feature-name
- Create a Pull Request in GitHub against the
staging
branch - Once all changes in
staging
are verified, mergestaging
tomaster
(master
should only ever be merged to fromstaging
)
Find more information about this project, and Open Seattle here.
Distributed under the MIT License. See LICENSE for more information.