Playground is a web components which provide a UI to deploy workloads on TF Grid 3. All the backend functionality is provided by grid_client. It is a reusable component that can be injected in a HTML or a Node Web app.
Run the playground locally: First you need to Install dependencies and config the environment
Then, to run the playground you need to install dependencies first then run yarn dev script.
yarn
yarn dev # to install the dependenciesTo read about each weblet and how to use it, and also how to config your twin id and activate your profile on the playground you can go to the weblets documentation.
There is a several component in the weblets repo, you can find them in the /src/weblets directory. and they are:
- Basic Components
- Comunity Solutions
- Utils Components