From 5184b90f80ddcea045504fd6acb0a4fda6217034 Mon Sep 17 00:00:00 2001 From: Roy Johnson Date: Wed, 15 Jan 2025 13:49:08 -0600 Subject: [PATCH] Add note about exercises.json --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 533ffc1a..9a583f15 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,6 @@ UI components for OpenStax assessments. - `yarn test` run tests and get coverage results - `yarn lint` run eslint - `yarn ladle serve` run Ladle server at http://localhost:61000 to view component stories + +Note: exercises.json needs to be created at the top level for ladle +See src/components/Print.stories.tsx