Skip to content

illicitonion/matrix-react-console

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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 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 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • HTML 7.4%
  • CSS 1.1%