Welcome to the documentation for Live Elements. This documentation is a guide to learning everything Live Elements has to offer. Whether you're just starting out or looking to dive deeper into advanced features, this index will help you navigate the various resources, tutorials, and references available.
You can try out examples in the live elements playground, or you can setup a playground on your local machine very quickly. Simply use lvweb
to initialize one:
mkdir playground # create an empty folder
cd playground
npm i live-elements-web-cli # install lvweb
npx lvweb init --template playground # create a playground
npx lvweb serve # run the playground
The playground should be running at localhost:8080. Using the 'open' icon in the top left corner of the playground app, you can browse through the available examples.
lv
files structuring a live elements project.