The admin UI for the SHOGun Web-mapping backend.
npm install @terrestris/shogun-adminshogun-admin should be used in a Docker environment. The easiest way to do this is to use shogun-docker which includes the image.
Assuming the following directory structure
```
shogun-directory/
├── shogun-docker (https://github.com/terrestris/shogun-docker)
├── shogun-admin (this repository)
└── …
You can simply mount the shogun-admin into your docker-compose environment:
`yml`
shogun-admin:
build:
context: ../shogun-admin
dockerfile: Dockerfile.dev
volumes:
- ../shogun-admin:/app
Allowed Tags for semantic release (see the FAQs for more information about this):
- Breaking changes: breakingfeat
- Features: fix
- Bugfixes: ,chore
- Package updates: style
- Style: ci
- Changes in configuration: , configdocs
- , refactor, test, norelease`