turt2live / evelium

A matrix chat client to facilitate communication amoung communities, organizations, and individuals
https://evelium.io
GNU General Public License v3.0
7 stars 2 forks source link
angular chat client collaboration communication community groups iot matrix team web

Evelium

#evelium:t2bot.io TravisCI badge CircleCI

A matrix chat client to facilitate communication amoung communities, organizations, and individuals. Try it out at https://evelium.io/app

Currently Alpha

Evelium is currently in alpha/development, therefore it may be missing major features or feel incomplete.

Building

Node 8 and npm 5 are required to build Evelium.

NODE_ENV=development npm install
npm run build

The web app will be published in ./build

Development

Node 8 and npm 5 should be used when working on Evelium.

NODE_ENV=development npm install
npm start

The app is now running on 0.0.0.0:8080 and has hot-reloading enabled.

License

For information about Evelium's license, please see the LICENSE file included in this repository.