A gui for connecting to yarn.social pods.
git clone https://github.com/markwylde/yarnapp.git
cd yarnapp
npm install
You can build and serve the app using npm:
npm run start
Then visit http://localhost:8000 in your browser.
You can run the tests via npm:
npm run test