Skip to content

Commit

Permalink
docs: add stories dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelodelain committed May 13, 2024
1 parent e468650 commit 6df1d07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6df1d07

Please sign in to comment.