The home for work towards a TTS Future Public Service
The following prerequisites must be installed
Run the following commands to install dependencies:
bundle install
yarn install
bundle exec rake db:setup
Running tests and static scans:
bundle exec rake spec
bundle exec rake brakeman
bundle exec rake bundler:audit
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