yarn
yarn lerna bootstrap
yarn build
Go into an example. If it is a frontend app, you can run it locally (if you have a node running (see below)) with
yarn start
and remotely on a test relay
yarn start-remote
(This is just a basic libp2p-js node)
Install Node >= 16
Install CLI
npm install -g @peerbit/server
peerbit start
Ending with '&' to start a background process
For more complete instructions on how to run a node in a server center that can be accessed remotely see this.