Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 913 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 913 Bytes

suidouble-sample-app

Very simple chat application to demonstrate suidouble library in action.

Stack: Sui + suidouble + Vue

Code pieces to take a look at:

running on your local

npm install
npm run dev

executing integration tests:

npm run test