This is the client for IceCable, an instant messaging app focused on privacy and security.
- Full End-to-End Encryption (E2EE) - Private calls and chats.
- No personal data required - Sign up without a phone number or email.
- ...
git clone https://github.com/lawlight-org/icecable-client.git
cd icecable-clientnpm installnpm run devThe development server will be running at http://localhost:5173.
npm run buildThe production build will be in the dist folder.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.