A matrix chat client to facilitate communication amoung communities, organizations, and individuals. Try it out at https://evelium.io/app
Evelium is currently in alpha/development, therefore it may be missing major features or feel incomplete.
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
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.
For information about Evelium's license, please see the LICENSE file included in this repository.