Prototyping a web-based interface for filing petitions with the court, based on T.C. Form 5.
When the form is completed and submitted, the field values are encoded as JSON and written to the filesystem as a new file.
- Download this repository.
- Install Docker.
- Open the Petition Prototype directory with
cd petition-protype/
. - Run
docker-compose build; docker-compose up
. - Open
http://localhost:8000/
in a browser.
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.
See CONTRIBUTING for additional information.
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.