Skip to content

trade-tariff/trade-tariff-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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