0.0.2 • Published 12 months ago

@fuzo-chat/chat-window v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

Fuzo Chat

This repo contains the code for the chat window that is rendered in an iframe in the FuzoChat chat widget.

Getting Started

Run the development server with:

npm run dev

This will start the app at http://localhost:8080.

You can start editing the page by modifying the components in the /components directory. The page auto-updates as you edit the file.

Development

You'll notice when you start up the code from scratch that nothing gets rendered initially. This is because this component requires certain query params to be set in order to render.

The easiest way to develop within this repo is by running it alongside the @fuzo-chat/chat-widget package.