mirror of
https://github.com/element-hq/element-web.git
synced 2026-01-16 23:01:06 +00:00
A glossy Matrix collaboration client for the web.
| example | ||
| skins/base | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
matrix-react-sdk
This is a react-based SDK for inserting a Matrix chat client into a web page
- Install or update
node.js so that yournpmis at least at version2.3.0` - Clone the repo
git clone https://github.com/matrix-org/matrix-react-sdk.git - Navigate to example folder and install dependencies
cd example; npm install - Go back to root folder and build CSS
cd ..; npm install; npm run start:css - 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