Skip to content
This repository has been archived by the owner on Aug 28, 2018. It is now read-only.

ustaxcourt/petition-prototype

Repository files navigation

Petition Prototype

Prototyping a web-based interface for filing petitions with the court, based on T.C. Form 5.

Functionality

When the form is completed and submitted, the field values are encoded as JSON and written to the filesystem as a new file.

Getting started

  1. Download this repository.
  2. Install Docker.
  3. Open the Petition Prototype directory with cd petition-protype/.
  4. Run docker-compose build; docker-compose up.
  5. Open http://localhost:8000/ in a browser.

The deployment process

This prototype uses CircleCI to deploy to AWS. Any change made to master will be picked up by CircleCI, which uses the CircleCI config file to install dependencies, test the HTML, compile SCSS, and deploy to AWS. All files are hosted in an S3 bucket, and visible on the web.

Contributing

See CONTRIBUTING for additional information.

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

Releases

No releases published

Packages

No packages published

Languages