Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
testcenter-frontend
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
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
IQB
discontinued
testcenter-frontend
Commits
aad8bd06
Commit
aad8bd06
authored
3 years ago
by
rhenck
Browse files
Options
Downloads
Patches
Plain Diff
Add README documentation for new dev targets
parent
e6ac9aa7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#19336
passed with warnings
3 years ago
Stage: build
Stage: test
Stage: check
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-0
14 additions, 0 deletions
README.md
with
14 additions
and
0 deletions
README.md
+
14
−
0
View file @
aad8bd06
...
@@ -42,6 +42,20 @@ make test-unit
...
@@ -42,6 +42,20 @@ make test-unit
make test-e2e
make test-e2e
```
```
For local development you can copy the packages from the container to a local directory. Use the following command for this:
```
make copy-packages
```
To install new packages use:
```
make install-packages packages=<package-name>
```
If you leave out the argument all packages defined in package.json will be installed.
```
make install-packages
```
There is also a Dockerfile for producing a production ready container
There is also a Dockerfile for producing a production ready container
using nginx as base, under
`docker/Dockerfile-prod`
.
using nginx as base, under
`docker/Dockerfile-prod`
.
...
...
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