Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 256 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 256 Bytes

Installation

npm install

Run Websocket server

npm run server

Development

npm run dev

Build and preview

npm run build
npm run preview

Tests (requires running websocket server)

npm run test