Debug workflow:
Nodemon is used in order to automatically track changes in the code, and automatically restart the app as needed.
From a shell, run npm run debug
. Then attach to the main process. Included is a .vscode/launch.json configuration to assist with the attachment.
username: hunghero321 password: 123456
Please use yarn and node > v8
- For developments :
Start a local server:
yarn dev
- For build :
yarn pack:all for mac,win,linux
yarn pack:mac for mac
yarn pack:win for win
yarn pack:linux for linux
Please read document of matrix-js-sdk.