Repository: trade-tariff-admin
README
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