bothness / standard-forestry-operations

Apply for a Standard Forestry Operations licence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

standard-forestry-operations

Apply for a Standard Forestry Operations licence

Develop

npm run dev

Test

npm run test

Build

docker build -t naturescot/standard-forestry-operations .

Run

docker run \
  --name standard-forestry-operations \
  --env PC_LOOKUP_API_KEY=override_this_value \
  --env SFO_SESSION_SECRET=override_this_value \
  --env SFO_API_URL=http://standard-forestry-operations-api:3003/standard-forestry-operations-api/v1 \
  --network licensing \
  -p "3002:3002" \
  --detach \
  naturescot/standard-forestry-operations

License

Unless stated otherwise, the codebase is released under the MIT License. The documentation is available under the terms of the Open Government Licence, Version 3.

This software uses GOV.UK Frontend - see LICENSE-GOVUK.txt.

This software uses Google Roboto - see LICENSE-ROBOTO.txt.

About

Apply for a Standard Forestry Operations licence

License:MIT License


Languages

Language:JavaScript 59.1%Language:Nunjucks 37.4%Language:SCSS 1.7%Language:Dockerfile 1.4%Language:CSS 0.5%