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
- Host: GitHub
- URL: https://github.com/lfscamargo/tunnel-playground
- Owner: LFSCamargo
- Created: 2020-08-31T21:33:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T17:56:54.000Z (almost 6 years ago)
- Last Synced: 2025-07-06T12:07:47.657Z (about 1 year ago)
- Language: TypeScript
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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