@savoirfairelinux/jami-web
v0.1.3
Published
Jami Web server and web client, packaged for npm.
Downloads
57
Readme
Server
This workspace is the npm package published as @savoirfairelinux/jami-web. It exposes the jami-web command, bundles the built React client during packing, and uses @savoirfairelinux/jami-core for the daemon native module.
Setup
Install npm dependencies and generate a private/public key pair
npm installUsage
Run with hot-reload for development
npm startBuild for production
npm run buildPreview the production build
npm run start:prodAfter publishing or installing globally, start the server from any directory with:
jami-webLint files
npm run lintLint and fix files:
npm run lint:fixFormat files
npm run formatClean build output
npm run clean