Note: this repository is infrequently maintained.
A simple list of samples sorted by sample name. By default, it only displays samples with a non-OK status. You can display all samples by adding query param showAll=true to the url.
-
Git clone this repo.
-
Install the Refocus Lens Developer Kit.
git clone https://github.com/salesforce/refocus-ldk cd refocus-ldk npm install
-
Copy this lens into your
refocus-ldk/Lenses
directory.cp -r ../refocus-lens-simplelist/SimpleList Lenses/
-
Configure the Refocus LDK.
npm config set refocus-ldk:lens SimpleList
-
Compile the lens.
npm run compile
Run the Refocus LDK's test
script to run all the tests under refocus-ldk/Lenses/SimpleList/test
.
npm test
Run the Refocus LDK's build
script to generate the lens library (refocus-ldk/dist/SimpleList.zip
).
npm run build
Use the Refocus UI or API (/v1/lenses
) to deploy the lens.