# [TutorialKit.dev](https://tutorialkit.dev) ## Local Development ### Prerequisites - Install [Node.js](https://nodejs.org/en) v18.18 or above. - Install [pnpm](https://pnpm.io/). ### Set up Clone this repository and navigate into the cloned directory. ``` git clone git@github.com:stackblitz/tutorialkit.git cd tutorialkit ``` TutorialKit uses [pnpm workspaces](https://pnpm.io/workspaces). Just run the install command in the root of the project. ``` pnpm install ``` You can now start the documentation website by running: ``` pnpm run docs ```