You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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).
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 executedbabel 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.
The text was updated successfully, but these errors were encountered: