# @device-portal/server [![NPM](https://img.shields.io/npm/v/@device-portal/server.svg)](https://www.npmjs.com/package/@device-portal/server) Signaling server for WebRTC used by `@device-portal/react`. ## Usage You can run the server with the following command: ```sh npx @device-portal/server ``` The server will run on `ws://localhost:8080` by default. ## Development ```sh npm ci npm run dev ``` Build the server with: ```sh npm run build ```