Skip to content

Repository files navigation

get-local-peers

An open source javascript library to get local network peers.

How to start the project

Clone the repository:

git clone git@github.com:open-fringecore/get-local-peers.git

Navigate to the project directory:

cd get-local-peers

Install dependencies:

pnpm install

Build the project:

pnpm build

Watch the project for changes:

pnpm watch

Start the example application:

Start Vanilla JS demo app

pnpm --filter demo start

Start React Ink demo app

pnpm --filter demo-ink-app start

or start all projects

pnpm start

To Publish the package:

Build the project:

pnpm build --filter get-local-peers

Publish to npm:

cd packages/get-local-peers
pnpm publish --access public

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages