what2study-chatclient
v5.0.1
Published
<img width="449" alt="Screenshot 2024-11-26 at 11 11 41" src="https://github.com/user-attachments/assets/68f3b2a6-448f-4d96-972b-cfa66e0ef09c">
Readme
what2study - chat client
To run the project:
- Install dependencies:
npm i- Start the dev servers:
npm start- View in browser:
Copy the path of the file ./chat/demo.html and paste in browser to view the chat client.
To view the chat client on any website:
- Copy the contents of the file
./chat/what2StudyLoader.jsand paste in browser console of the website you wish to view on.
To publish NPM Package:
- Ensure that
npmPackageConfigis enabled inrollup.config.js - Run
npm run build - Change the version in
package.jsonand runnpm publish
