File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ This theme provides the following components:
3232
33331 . Make sure you have [ Docker] ( https://docs.docker.com/get-docker/ ) up and running
34341 . Get [ Visual Studio Code] ( https://code.visualstudio.com/ ) with [ Dev Containers] ( https://code.visualstudio.com/docs/devcontainers/containers ) ready
35- 1 . Open the project inside a Dev Container and run ` npm install`
35+ 1 . Open the project inside a Dev Container and run ` pnpm install`
3636 - If needed for export or screenshots, install playwright dependencies with ` sudo npx playwright install-deps `
37- 1 . ` npm run dev` to start theme preview of ` example.md `
37+ 1 . ` pnpm run dev` to start theme preview of ` example.md `
38381 . Edit the ` example.md ` and style to see the changes
39- 1 . ` npm run export` to generate the preview PDF
40- 1 . ` npm run screenshot` to generate the preview PNG
39+ 1 . ` pnpm run export` to generate the preview PDF
40+ 1 . ` pnpm run screenshot` to generate the preview PNG
41411 . Commit and push your changes or create a pull request
42- 1 . Release a new version with ` npm run release:patch` , ` npm run release:minor` or ` npm run release:major`
42+ 1 . Release a new version with ` pnpm run release:patch` , ` pnpm run release:minor` or ` pnpm run release:major`
You can’t perform that action at this time.
0 commit comments