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