An open source javascript library to get local network peers.
Clone the repository:
git clone git@github.com:open-fringecore/get-local-peers.gitNavigate to the project directory:
cd get-local-peersInstall dependencies:
pnpm installBuild the project:
pnpm buildWatch the project for changes:
pnpm watchStart Vanilla JS demo app
pnpm --filter demo startStart React Ink demo app
pnpm --filter demo-ink-app startor start all projects
pnpm startBuild the project:
pnpm build --filter get-local-peersPublish to npm:
cd packages/get-local-peers
pnpm publish --access public