A basic example of how to use the llamastore package.
In the event llamastore is not published to npm, you can install it locally by running the following command in the examples folder:
npm run setupThis will rebuild the parent package and install it locally.
Otherwise you can install it from npm:
npm install llamastoreTo run the example, run the following command in the examples folder:
npm run start