From 855ddeb1ee65c776663e38f3553b55554d5eb5e0 Mon Sep 17 00:00:00 2001 From: Desmond Kirkpatrick Date: Sat, 10 Feb 2024 02:08:44 +0000 Subject: [PATCH] doc for flutter start fix --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c041f86f9..46966b608 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,6 +65,7 @@ The below button will allow you to create a GitHub Codespace with ROHD-HCL alrea [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=621521356) To run the component Configurator, especially useful for visualizing the RTL output of your component using different parameters: + ```shell cd confapp flutter run --profile -d web-server --web-hostname=0.0.0.0 --web-port=3000