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

matrix-org/matrix-react-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix-react-console

A simple Matrix client built on top of matrix-react-skin

Building

You can build the source and start an testing / development HTTP server using::

npm install
npm start

Wait a few seconds for the javascript bundle to be built, and then open http://localhost:8080/ in your web browser.

This will also watch all of the source files and rebuild when changes are made.

To make a production build of the app::

npm install
npm run build

You can then copy the 'app' directory to your web server.

About

A simple Matrix client built on top of matrix-react-skin

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published