From d8530fe871966b3f434dbc52ded153bcc168ad04 Mon Sep 17 00:00:00 2001 From: Stuart Clark Date: Sun, 7 Aug 2022 07:42:23 +0000 Subject: [PATCH] chore(#546): add druxt-site example message --- .gitpod/WELCOME.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitpod/WELCOME.md b/.gitpod/WELCOME.md index 18b5424a8..44f794c4e 100644 --- a/.gitpod/WELCOME.md +++ b/.gitpod/WELCOME.md @@ -11,7 +11,8 @@ To get started you can do one of the following tasks: - Run the Druxt build tools: `yarn build --watch` - Run the Druxt test suite: `yarn test --watch` -- Generate Druxt documetation: `yarn build:docs` +- Generate Druxt documentation: `yarn build:docs` +- Start an example DruxtSite: `yarn example:druxt-site` - Start the DruxtJS.org website: `cd docs/nuxt && yarn dev` Happy contributing.