matrix-org/matrix-react-sdk

How can we use this SDK into local server?

Closed this issue · 1 comments

I want to use chat application in one of my project and I found out this SDK. I setup SDK and follow the steps which is given in Readme.md file. After fire the commnad yarn start in terminal this command was executed babel src -w -s -d lib --verbose --extensions ".ts,.js" the src file converts into lib file and "then the watcher is ready" prints. So how can I see the login page or any view page I can see?

Please guide me over here.

As of Aug 2018, the only skin that exists is vector-im/element-web; it and matrix-org/matrix-react-sdk should effectively be considered as a single project (for instance, matrix-react-sdk bugs are currently filed against vector-im/element-web rather than this project).

https://github.com/matrix-org/matrix-react-sdk#matrix-react-sdk

#9666

I suggest reading the README and pinned issues.