An open API service indexing awesome lists of open source software.

https://github.com/lfscamargo/tunnel-playground

A simple playground made for TunnelJS
https://github.com/lfscamargo/tunnel-playground

Last synced: about 1 year ago
JSON representation

A simple playground made for TunnelJS

Awesome Lists containing this project

README

          

# TunnelJS Playground 🎢

Here you can test the TunnelJS state management Library and see how it works

## How to test the pull requests when contributing?

To test the library use Yalc (`https://github.com/whitecolor/yalc`) is a way to test npm packages locally

1. Clone your tunneljs fork
2. Clone the tunnel-playground repo `https://github.com/LFSCamargo/tunnel-playground`
3. Install yalc globally
4. Go to tunneljs folder and run `yarn && yalc publish`
5. Go to tunnel-playground folder and run `yalc add @tunneljs/tunnel && yarn`
6. Test your changes