- 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.
-
Copy the contents of the file
./chat/what2StudyLoader.js
and paste in browser console of the website you wish to view on.
- Ensure that
npmPackageConfig
is enabled inrollup.config.js
- Run
npm run build
- Change the version in
package.json
and runnpm publish