usagov / pangolin

4 stars 0 forks source link

Pangolin

The home for work towards a TTS Future Public Service

Important Links

Development

Setup

The following prerequisites must be installed

Dependency Install

Run the following commands to install dependencies:

Database Setup

bundle exec rake db:setup

Running Tests

Running tests and static scans:

Run all of the above: bundle exec rake

Pa11y Accessibility Scan

./bin/pa11y-scan

OWASP ZAP Dynamic Security Scan

./bin/owasp-scan

Running the Server

bundle exec rails server will start a server listening on port 3000