### Install and run React app dependencies Source: https://github.com/nexxtway/react-rainbow/blob/master/examples/create-react-app/README.md Install the necessary project dependencies and then start the development server for the React application. This can be achieved using either npm or yarn, providing flexibility based on the user's preferred package manager. ```bash npm install npm run start ``` ```bash yarn install yarn run start ``` -------------------------------- ### Navigate to Create React App example directory Source: https://github.com/nexxtway/react-rainbow/blob/master/examples/create-react-app/README.md Change the current working directory to the Create React App example folder within the react-rainbow-components repository. This step is necessary before installing dependencies or running the application. ```bash cd examples/create-react-app ``` -------------------------------- ### Run React Rainbow Components Locally Source: https://github.com/nexxtway/react-rainbow/blob/master/README.md These steps outline how to set up and run the React Rainbow Components project on a local machine. It involves cloning the repository, installing dependencies with Yarn, and starting the development server to access the demo application. ```bash git clone https://github.com/nexxtway/react-rainbow.git cd react-rainbow yarn install yarn start navigate to http://localhost:6060/ ``` -------------------------------- ### Adding New Interactive Examples to React Rainbow Documentation Source: https://github.com/nexxtway/react-rainbow/blob/master/CONTRIBUTING.md Outlines the process for adding new interactive examples to the React Rainbow documentation, either via the 'Edit Interactive Example' button or by submitting a PR. Provides examples of Markdown and React JSX code to be added to the component's readme.md file, demonstrating how to include brand buttons. ```sh #####Brand buttons Sometimes, you need a Brand button to make your app looks **Brand**. Yea ... ``` ```jsx