From 0c422bfd21164d2304e2bdf6a76aa2e67d22dfda Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Fri, 24 Feb 2023 12:19:21 +0100 Subject: [PATCH] docs: Add how to start frontend app for dev setup --- packages/docs/pages/contributing/development-setup.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/docs/pages/contributing/development-setup.md b/packages/docs/pages/contributing/development-setup.md index 13d2382c..90715975 100644 --- a/packages/docs/pages/contributing/development-setup.md +++ b/packages/docs/pages/contributing/development-setup.md @@ -68,7 +68,13 @@ cp .env-example .env ``` Start the frontend server in another terminal tab. -Open [http://localhost:3001](http://localhost:3001) with your browser to see the result. Then, use the `user@automatisch.io` email address and `sample` password to login. + +```bash +cd packages/web +yarn dev +``` + +It will automatically open [http://localhost:3001](http://localhost:3001) in your browser. Then, use the `user@automatisch.io` email address and `sample` password to login. ## Docs server