diff --git a/frontend/README.md b/frontend/README.md index 10fe1c1c0..75d17f120 100755 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,28 +1,25 @@ # Vue Gradido Wallet -# install mit npm -``` - $ git clone https://github.com/gradido/gradido_vue_wallet.git [project-name] - $ cd [project-name] - $ npm install - $ npm run serve +## install mit npm +```bash +cd frontend +npm install +npm run serve -### Build - $ npm run build +# build +npm run build ``` -# install mit docker +## install mit docker + +```bash +# build +docker build -t gradido-frontend . + +# run +docker run -it -p 80:80 --rm gradido-frontend ``` - ### build - $ docker build -t [project-name] . - - ### run - $ docker run -it -p 80:80 --rm [project-name] -``` - - - **Fully Coded Components**