Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 475 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 475 Bytes

LM-applet-examples

A repository with multiple stand-alone applet examples/tests to go with the concepts page.

All dependencies of the examples can be installed by running one of the following commands in the root of this repository:

yarn

or

npm install

Then any example can be ran by opening the example's directory and running either of the following commands:

yarn dev

or

npm run dev