Skip to content

Latest commit

 

History

History

web

RNS Web Client

This is an in progress web client for Reticulum.

Currently, it just connects to an existing WebsocketServerInterface, and displays all lxmf.delivery announces it receives.

One day it may do something more useful :)

Running Locally

npm install
npm run dev

Building

npm run build