yarn install to install JavaScript packages defined in package.jsonyarn start to start development server that will rebuild the JavaScript code and reload your browseryarn build to compile your code to package folderpackage folder to share your chat with someone else. They can then open the package/index.html file in their browser and get going with your chat.