The home for work towards a TTS Future Public Service
The following prerequisites must be installed
- Ruby 3.0.3
- Node 14.18.2
- PostgreSQL 12+
Run the following commands to install dependencies:
bundle installyarn install
bundle exec rake db:setup
Running tests and static scans:
- Unit and system tests:
bundle exec rake spec - Ruby static security scan:
bundle exec rake brakeman - Ruby dependency checks:
bundle exec rake bundler:audit - JS dependency checks:
bundle exec rake yarn:audit
Run all of the above: bundle exec rake
./bin/pa11y-scan
./bin/owasp-scan
bundle exec rails server will start a server listening on port 3000