From 823335b1ffac56e5d1c66b81739c5c69b93037f0 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 17 Nov 2023 12:15:50 -0600 Subject: [PATCH] chore(website): Update LWC Framework page (#3804) * Chore: Update LWC Framework doc * Update lwc.mdx Update Storybook endpoint --- src/pages/developing/frameworks/lwc.mdx | 32 ++++++------------------- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/src/pages/developing/frameworks/lwc.mdx b/src/pages/developing/frameworks/lwc.mdx index 3334e89e1de..e7a7cff5250 100644 --- a/src/pages/developing/frameworks/lwc.mdx +++ b/src/pages/developing/frameworks/lwc.mdx @@ -31,8 +31,6 @@ platform. The LWC components are maintained by the [Carbon for Salesforce team](https://github.ibm.com/carbon-for-salesforce/carbon-for-salesforce). -V11 upgrade is currently underway. Please reach out for support and -contribution. @@ -42,7 +40,7 @@ contribution. ![Storybook icon](images/storybook.svg) @@ -72,20 +70,18 @@ Carbon for IBM.com, and Carbon for IBM Products, along with custom components bespoke to Salesforce platform products. Within IBM, C4S is used by the Cognitive Support Platform project with -`ibm.com/support` being the client facing experience of IBM Support. We're also -just kicking off the use of C4S on IBM Partner Portal. +`ibm.com/support` being the client facing experience of IBM Support. ### List of available components -We are starting to develop components based on Carbon v11 in 2022 Q2. The source -code and setup instructions can be found on the +The source code and setup instructions can be found on the [GitHub respository](https://github.ibm.com/carbon-for-salesforce/carbon-for-salesforce). See list of available components in -[Storybook](https://pages.github.ibm.com/carbon-for-salesforce/carbon-for-salesforce/). +[Storybook](https://carbon-for-salesforce.17f48735.public.multi-containers.ibm.com). Additional documentation is available in -[ISC Playbook](https://isc-playbook.mybluemix.net/#/documents/b92d2ed082c108d76ee91887234558c9). +[ISC Playbook](https://isc-playbook.us1a.cirrus.ibm.com/#/documents/b92d2ed082c108d76ee91887234558c9). ## Getting started @@ -140,24 +136,18 @@ Then navigate to the project folder cd carbon-for-salesforce ``` -Install dependencies with either `npm` or `yarn`. +Install dependencies with `npm`. -Please note, recommended Node.js version is `v16`. To switch between node +Please note, recommended Node.js version is `v20`. To switch between node versions we recommend NVM (Node Version Manager). ``` npm install - -or - -yarn ``` ### 6. Working with Storybook -All commands below works if `npm run` is replaced with `yarn`. - Start storybook ``` @@ -180,20 +170,12 @@ Run unit tests ``` npm test - -or - -yarn test ``` ### 7. Start local lwc development server ``` npm start - -or - -yarn start ``` ## Troubleshooting