mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
updated README.md - use yarn instead of npm
This commit is contained in:
parent
d82744bf4d
commit
5c5486ab89
@ -1,14 +1,14 @@
|
|||||||
# Vue Gradido Wallet
|
# Vue Gradido Wallet
|
||||||
|
|
||||||
|
|
||||||
## install mit npm
|
## install mit yarn
|
||||||
```bash
|
```bash
|
||||||
cd frontend
|
cd frontend
|
||||||
npm install
|
yarn install
|
||||||
npm run serve
|
yarn run serve
|
||||||
|
|
||||||
# build
|
# build
|
||||||
npm run build
|
yarn run build
|
||||||
```
|
```
|
||||||
|
|
||||||
## install mit docker
|
## install mit docker
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user