From 603050893a73d63346127f66934f3522abb3fb66 Mon Sep 17 00:00:00 2001 From: Uday Vunnam <20707504+udayvunnam@users.noreply.github.com> Date: Thu, 9 Dec 2021 09:39:09 +0530 Subject: [PATCH] Update local-development-guide.md --- docs/local-development-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/local-development-guide.md b/docs/local-development-guide.md index 03152f6..7c3df95 100644 --- a/docs/local-development-guide.md +++ b/docs/local-development-guide.md @@ -8,6 +8,8 @@ If you wish to contribute to this repository, below are the steps for local deve - Run `yarn` to install the dependencies - Run `yarn start` to build and watch both the library and the demo app. This opens the demo app at `http://localhost:4200/` automatically. +**Alternatively, you can use github codespaces of this repo hosted at https://udayvunnam-xng-breadcrumb-6jc5.github.dev/** + ## Build Run `yarn build` to build the library and demo app together. The build artifacts will be stored in the `dist/` directory.