From c978e8cbd0fa36f73aad5e59c224c6c0ed476295 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 27 May 2021 20:32:47 +0200 Subject: [PATCH] Update contributing.md --- docs/contributing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/contributing.md b/docs/contributing.md index b7a9da1..7b58f98 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -94,6 +94,8 @@ npm i npm start ``` +Now you should have a development server running and can use the test client on [http://localhost:3001](http://localhost:3001) + --- ### Docker @@ -103,3 +105,5 @@ Optionally if you want to use Docker: ``` docker-compose up ``` +You can access it on [http://localhost:3001](http://localhost:3001) +