Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
piratipracuji.cz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexa Valentová
piratipracuji.cz
Commits
f193e409
Commit
f193e409
authored
5 years ago
by
Marek Förster
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
d1daab09
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-5
10 additions, 5 deletions
README.md
with
10 additions
and
5 deletions
README.md
+
10
−
5
View file @
f193e409
...
...
@@ -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
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment