Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 472 Bytes

File metadata and controls

16 lines (9 loc) · 472 Bytes

Nutrition Facts Loop

This code is inteded to be used for educational purposes when learning about the Loop Development Kit (LDK) used by Olive Helps

Transpile the Loop for Olive Helps

From the root of the project

  • npm i
  • npm run build

This will generate a ./dist directory from your index.ts that containes your transpiled Loop.

You can now load this Loop into Olive Helps.

For more information, visit our documentation.