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
|
||||
|
||||
|
||||
## 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user