View on GitHub

pattern-atlas-ui

Frontend of PatternAtlas

DeveloperGuide

General Information

Project Setup

Linting

Use yarn lint to run the linter. This will check the TypeScript and SCSS files for a consistent style and enforces for example correct indentation, a max line length, the absence of some bad code constructs, etc.

Testing

Unit tests can be executed with yarn test. If you run yarn within a Docker container, use yarn test-docker as this requires the sandbox to be turned off (or customized privileges for Docker).

Other Projects