Skip to content
This repository was archived by the owner on Jun 15, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 449 Bytes

File metadata and controls

21 lines (14 loc) · 449 Bytes

Jam

Modern XMPP client

Quality Gate Status

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# lint all JS/Vue component files in `src/`
npm run lint