The cooler OriginChats client. Currently under development.
Licensed under MPL 3.0. You can contribute too! (issues go here)
$ npm install # or pnpm install or yarn installTo Run the app in the development mode, In the project directory, you can run:
npm run devOpen http://localhost:5173 to view it in the browser.
To build the app for production to the dist folder:
npm run buildIt correctly bundles the project in production mode and optimizes the build for the best performance.