From e143716cfe3c1e899bc619f0ff0765140d6b0793 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 23 Nov 2023 04:55:25 +0100 Subject: [PATCH] reference chromatic in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c60a82f..a9afd01 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The project uses `vite` as builder, `vike` to do the SSR. The design framework i Testing is done with `vitest` and code style is enforced with `eslint`, `remark-cli` and `stylelint`. -This projects utilizes `storybook` to develop frontend components and `vuepress` for static documentation generation. +This projects utilizes `storybook` and `chromatic` to develop, document & test frontend components and `vuepress` for static documentation generation. ## Commands