A glossy Matrix collaboration client for the web.
Find a file
2015-06-24 17:33:53 +02:00
example Copyright headers (and use strict, while we're at it). 2015-06-23 16:41:25 +01:00
skins/base scroll member list please 2015-06-24 13:37:34 +01:00
src Argh, javascript 2015-06-24 14:09:38 +01:00
.gitignore gitignore bundle.js too 2015-06-11 18:26:25 +01:00
LICENSE Basic structure of a react SDK and start of an implementation. 2015-06-09 17:40:42 +01:00
package.json s/themes/skins/g as we are always describing the whole UI layout here, whereas themes can sometimes just be small cosmetic tweaks (light-on-dark, dark-on-light etc) 2015-06-23 18:28:20 +01:00
README.md added instructions to README 2015-06-24 17:33:53 +02:00

matrix-react-sdk

This is a react-based SDK for inserting a Matrix chat client into a web page

  1. Install or update node.js so that your npmis at least at version2.3.0`
  2. Clone the repo git clone https://github.com/matrix-org/matrix-react-sdk.git
  3. Navigate to example folder and install dependencies cd example; npm install
  4. Go back to root folder and build CSS cd ..; npm install; npm run start:css
  5. Copy builds cd example; cp../bundle.css ./; npm start

Serve the app from within the example directory by running python -m SimpleHTTPServer 8000 and access it at http://0.0.0.0:8000