Update CONTRIBUTING.md

Co-authored-by: jonniebigodes <joaocontadesenvolvimento@gmail.com>
This commit is contained in:
Tobias Diez 2024-10-04 16:43:32 +08:00 committed by GitHub
parent 1636ea32a3
commit 033dc372fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ You will need to have the following installed:
## Running the local development environment
- Ensure if you are using Windows to use a terminal with admin privileges.
- All commands should be run in a terminal with administrator privileges in Windows environments.
- Run `yarn start` in the root directory to run a basic test Storybook "sandbox".
The `yarn start` script will generate a React Vite TypeScript sandbox with a set of test stories inside it, as well as taking all steps required to get it running (building the various packages we need etc). There is no need to run `yarn` or `yarn install` as `yarn start` will do this for you.