Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/routes/get-started/Contribute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export default function ContributePage() {
</li>
<li>
Run the bash script:
<CodeSnippet lang="css" allowCopy={true} code={`./playground-setup.sh`} />
<CodeSnippet lang="css" allowCopy={true} code={`.scripts/playground-setup.sh`} />
</li>
<li>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.</li>
<li>
Expand Down