This template repository provides a base for developing response areas for Lambda Feedback.
-
Create a new repository from this template by clicking "Use this template" above.
-
Edit
components/index.ts,components/Input.component.tsxandcomponents/Wizard.component.tsxto implement your response area and its configuration wizard respectively. -
Run
start_sandboxto install dependencies and run storybook (the sandbox) as well as the server for evaluation functions. You can also run the commands in the file individually if you prefer. -
View your component within the various stories in the sandbox and test it works as you intend.
-
Then switch to the Evaluate tab in Storybook, enter a response using your response area, and submit using the Test Response Area button.
- Use the following command to generate TypeDoc files with documentation
about the template repository:
$ yarn typedoc