AiursoftWeb / Kahla.App

Kahla is a cross-platform business messaging app.
https://www.kahla.app
MIT License
415 stars 85 forks source link
android angular business cross-platform desktop electron kahla linux macos messaging pwa

Kahla

Kahla is a cross-platform business messaging app.

[![Build status](https://aiursoft.visualstudio.com/Star/_apis/build/status/Kahla%20App%20Build)](https://aiursoft.visualstudio.com/Star/_build/latest?definitionId=4) [![GitHub Release](https://img.shields.io/github/release/AiursoftWeb/Kahla.App.svg?style=flat)]() [![ManHours](https://manhours.aiursoft.cn/r/gitlab.aiursoft.cn/aiursoft/kahla.app.svg)](https://gitlab.aiursoft.cn/aiursoft/kahla.app/-/commits/master?ref_type=heads) [![Maintainability](https://api.codeclimate.com/v1/badges/b7d4a3f5746bcbbe99c1/maintainability)](https://codeclimate.com/github/AiursoftWeb/Kahla.App/maintainability) [![npm](https://img.shields.io/npm/v/kahla.svg?style=flat)](https://www.npmjs.com/package/kahla) [![Issues](https://img.shields.io/github/issues/AiursoftWeb/Kahla.App.svg)](https://github.com/AiursoftWeb/Kahla.App/issues) [![GitHub contributors](https://img.shields.io/github/contributors/AiursoftWeb/Kahla.App.svg?style=flat)](https://github.com/AiursoftWeb/Kahla.App/graphs/contributors) [![LICENSE](https://img.shields.io/github/license/AiursoftWeb/Kahla.App)](https://github.com/AiursoftWeb/Kahla.App/blob/dev/LICENSE) ---

screenshot

Try it here: [web.kahla.app](https://web.kahla.app) Get it on Google Play English badge Kahla currently targets Windows, Linux, macOS, Android, and iOS. Kahla is built with Angular 8 and typescript. And [Kahla Server](https://github.com/AiursoftWeb/Kahla) is built with .NET Core. For more document about Kahla project and Kahla API, please view document [here](https://wiki.aiursoft.com/ReadDoc/Kahla/What%20is%20Kahla.md). For our official website, please view [here](https://www.kahla.app). ## How to develope ### Before starting To develope Kahla, you need to install the following components: - Git - Nodejs and npm We **strongly suggest** using [Visual Studio Code](https://code.visualstudio.com) to develope this project. Using Visual Studio Code to open the directory directly. ## How to run ### How to run in browser Excute following command in the root directory of this repository to restore all dependencies. ```bash npm install ``` Excute following command to run and start a debugging server at `localhost:8001`. ```bash npm start ``` ### How to run as desktop app Currently, electron is out of support. We are working on a new desktop app based on tauri. You can also use the PWA feature of the browser to install Kahla as a desktop app. ## How to publish ### How to publish to a web server ```bash yarn run prod ``` ## Document For more info please view [Kahla Wiki](https://wiki.aiursoft.com/ReadDoc/Kahla/What%20is%20Kahla.md) ## How to contribute There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions. Even if you have push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean, and your personal workflow cruft out of sight. We're also interested in your feedback for the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.