Documentation -> pnpm

This commit is contained in:
Matthias 2024-05-24 06:57:10 +02:00
parent 964341f728
commit 9821d69cdf

View File

@ -26,25 +26,25 @@ Ports can vary, so check the URL you're using.
### Project setup ### Project setup
``` ```
yarn install pnpm run install
``` ```
### Compiles and hot-reloads for development ### Compiles and hot-reloads for development
``` ```
yarn dev pnpm run dev
``` ```
### Compiles and minifies for production ### Compiles and minifies for production
``` ```
yarn build pnpm run build
``` ```
### Lints and fixes files ### Lints and fixes files
``` ```
yarn lint pnpm run lint
``` ```
### Build and run docker version ### Build and run docker version
@ -79,7 +79,7 @@ docker-compose exec web /bin/bash
then then
``` ```
yarn dev pnpm run dev
``` ```
## Project setup for vscode and docker (developing inside dev container) on Linux ## Project setup for vscode and docker (developing inside dev container) on Linux
@ -97,7 +97,7 @@ View > Command palette > Enter: Remote-Containers rebuild container
### Serve your local server ### Serve your local server
``` ```
yarn dev pnpm run dev
``` ```
You now have useful vscode extensions, git support, your command history of the project. You now have useful vscode extensions, git support, your command history of the project.