@witzo-ai/chat-widget-embed
v0.1.5
Published
A custom chat widget for Witzo
Readme
Static File Server & NPM Package
This project allows you to serve static files locally and publish an NPM package with version control using Git.
📦 Development & Serving
1. Serve Static Files Locally
To quickly serve files from the current directory using a static HTTP server:
npx http-server .This will start a server and serve files from the current directory.
2. Development Mode
To run the project in development mode:
pnpm run dev
Publishing to NPM
1. Tag the Release in Git
git tag v0.0.22
git push origin v0.0.22Make sure to increment the version number appropriately based on your changes (v0.0.x for patches, etc.).
2. Publish to NPM
npm publish --access public