updated README.md - use yarn instead of npm

This commit is contained in:
Ulf Gebhardt 2021-02-25 21:39:16 +01:00
parent d82744bf4d
commit 5c5486ab89
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -1,14 +1,14 @@
# Vue Gradido Wallet
## install mit npm
## install mit yarn
```bash
cd frontend
npm install
npm run serve
yarn install
yarn run serve
# build
npm run build
yarn run build
```
## install mit docker