From f193e409eab733a229e26150b7c20167316ce0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20F=C3=B6rster?= <forster.marek@gmail.com> Date: Tue, 25 Feb 2020 09:38:03 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 988822b..44217d8 100644 --- a/README.md +++ b/README.md @@ -14,24 +14,29 @@ #### Spuštění projektu, ladění, generování statického webu +kopie repository +``` +git clone https://gitlab.pirati.cz/forster.marek/piratipracuji.cz +``` + instalace závislostí ``` -$ npm install # Or $ yarn install +$ npm install # nebo $ yarn install ``` server na localhost:3000 s hot reloadem ``` -$ npm run dev # Or $ yarn serve +$ npm run dev # nebo $ yarn serve ``` production build a spuštění serveru ``` -$ npm run build # Or $ yarn build -$ npm start # Or $ yarn start +$ npm run build # nebo $ yarn build +$ npm start # nebo $ yarn start ``` generování statického webu ``` -$ npm run generate # Or $ yarn generate +$ npm run generate # nebo $ yarn generate ``` -- GitLab