Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 765 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 765 Bytes

Trade Tariff Admin

The admin interface for the the Trade Tariff, to be used with:

Please ensure the backend API is running and properly configured in the environment files, see the backend's README

Dependencies

Make sure you install and enable all pre-commit hooks https://pre-commit.com/

  • Ruby 3.2.2
  • NodeJS
  • PostgreSQL

Setup

$ bin/setup

Run Trade Tariff Admin

$ bundle exec rails s

Run the test suite

$ bundle exec rspec

Deployment to GOV PaaS

Deployments are handled via CI