Skip to content
Snippets Groups Projects
Commit f193e409 authored by Marek Förster's avatar Marek Förster :wheelchair:
Browse files

Update README.md

parent d1daab09
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment