- install yarn
- run
yarn install
to install JavaScript packages defined inpackage.json
- run
yarn start
to start development server that will rebuild the JavaScript code and reload your browser
- Run
yarn build
to compile your code topackage
folder - You will only need the
package
folder to share your chat with someone else. They can then open thepackage/index.html
file in their browser and get going with your chat.