From 6df1d07d6b6a4b7ba30b19909a38a8c007ee0c96 Mon Sep 17 00:00:00 2001 From: Manuel Odelain Date: Mon, 13 May 2024 17:32:33 +0200 Subject: [PATCH] docs: add stories dev command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6521323..31357bd 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ Start the development server on `http://localhost:3000`: ```bash pnpm dev ``` +Start the development server on `http://localhost:6006` with stories preset (use the `.env.stories` file): + +```bash +docker-compose up -d // start the Intervention Request service +pnpm dev:stories +``` ## Production