Skip to content

Commit

Permalink
docs: change the clone url (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-honig authored Sep 3, 2024
1 parent d14c404 commit 2e259fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Hi! We are really excited that you are interested in contributing to TutorialKit

## Repo Setup

The TutorialKit repo is a monorepo using pnpm workspaces. The package manager used to install and link dependencies must be [pnpm](https://pnpm.io/).
The TutorialKit repo is a monorepo using pnpm workspaces. The package manager used to install and link dependencies must be [pnpm](https://pnpm.io/). Package manager versioning is handled by [`packageManager`](https://nodejs.org/api/packages.html#packagemanager) field that's supported by [Node's Corepack](https://nodejs.org/api/corepack.html) and other tools.

To develop and test packages:

1. Clone this repository and navigate into the cloned directory.

```
git clone git@github.com:stackblitz/tutorialkit.git
git clone https://github.com/stackblitz/tutorialkit
cd tutorialkit
```

Expand Down

0 comments on commit 2e259fa

Please sign in to comment.