Skip to content

Commit

Permalink
docs: update clone playground scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoq committed Nov 21, 2024
1 parent c18d920 commit 02900af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/content/content/docs/playground.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ If you prefer working locally, you can clone any playground using the following

```bash
# Clone specific playground environments
npx copy-github-directory https://github.com/unnoq/orpc/tree/main/playgrounds/nextjs orpc-nextjs-playground
npx copy-github-directory https://github.com/unnoq/orpc/tree/main/playgrounds/openapi orpc-openapi-playground
npx copy-github-directory https://github.com/unnoq/orpc/tree/main/playgrounds/contract-openapi orpc-contract-openapi-playground
npx copy-github-directory https://github.com/unnoq/orpc/tree/main/playgrounds/expressjs orpc-expressjs-playground
npx degit unnoq/orpc/playgrounds/nextjs orpc-nextjs-playground
npx degit unnoq/orpc/playgrounds/openapi orpc-openapi-playground
npx degit unnoq/orpc/playgrounds/contract-openapi orpc-contract-openapi-playground
npx degit unnoq/orpc/playgrounds/expressjs orpc-expressjs-playground
```

For each project, set up the development environment:
Expand Down

0 comments on commit 02900af

Please sign in to comment.