From 3435e20e337a062a9d929373b7f6c4cca63f6b9c Mon Sep 17 00:00:00 2001 From: Chris Olsen Date: Wed, 20 Aug 2025 12:20:56 -0600 Subject: [PATCH] fix: update playground script path in docs --- src/routes/get-started/Contribute.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/get-started/Contribute.tsx b/src/routes/get-started/Contribute.tsx index 6db946d4e..cc082cc3e 100644 --- a/src/routes/get-started/Contribute.tsx +++ b/src/routes/get-started/Contribute.tsx @@ -182,7 +182,7 @@ export default function ContributePage() {
  • Run the bash script: - +
  • The commands above will install all necessary packages and create a “playground” folder containing both React and Angular environments. Since nothing in this folder is committed to the repository, you can freely make any changes you want. These environments are designed for testing purposes.