Appearance
Launch a local playground
Play with Stimulus-use controllers locally before adding them to one of your projects.
Fork and clone the repo (SSH):
git clone git@github.com:stimulus-use/stimulus-use.git
Once in your local stimulus-use directory, run:
yarn install
Then, build the library locally
yarn build
Launch the playground locally (available at localhost:8080 by default):
yarn start
