Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 1.14 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.14 KB

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.