You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-19Lines changed: 22 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,56 +21,59 @@
21
21
22
22
# Docker Image: NodeJs Devel
23
23
24
-
This image is used together with [wayofdev/docker-php-dev](https://github.com/wayofdev/docker-php-dev) and other WOD images, to create local development environment for our projects.
24
+
This image is used in conjunction with [wayofdev/docker-php-dev](https://github.com/wayofdev/docker-php-dev) and other WOD images to create a local development environment for our projects.
25
25
26
-
Has pre-installed packages
26
+
## Pre-installed Packages
27
27
28
-
*[pnpm](https://pnpm.io/)— Fast, disk space efficient package manager
29
-
*[turbo](https://github.com/vercel/turbo)— Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turbopack and Turborepo.
30
-
* alpine packages:
31
-
* git
32
-
* curl
33
-
* libc6-compat —[turbo dependency](https://github.com/vercel/turbo/issues/2198), starting from `^1.5.6`
28
+
-[pnpm](https://pnpm.io/)- Fast, disk space efficient package manager
29
+
-[turbo](https://github.com/vercel/turbo)- Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust. Includes Turbopack and Turborepo.
30
+
- Alpine packages:
31
+
- git
32
+
- curl
33
+
- libc6-compat -[turbo dependency](https://github.com/vercel/turbo/issues/2198), starting from `^1.5.6`
34
34
35
-
If you **like/use** this repository, please consider **starring** it. Thanks!
35
+
If you find this repository useful, please consider giving it a star. Thank you!
36
36
37
37

38
38
39
39
## ⚙️ Development
40
40
41
-
To install dependencies and start development you can check contents of our `Makefile`
41
+
To install dependencies and start development, please check the contents of our `Makefile`.
42
42
43
43
### → Requirements
44
44
45
-
For testing purposes we use **goss** and **dgoss**, follow installation instructions on [their official README](https://github.com/aelsabbahy/goss/blob/master/extras/dgoss/README.md)
45
+
To install dependencies and start development, please check the contents of our `Makefile`. You will need to have the following tools installed on your machine:
46
+
47
+
-**jq** - A lightweight and flexible command-line JSON processor. Please refer to the [official installation instructions](https://stedolan.github.io/jq/download/) to install `jq`.
48
+
-**goss** and **dgoss** - For testing purposes. Please follow the installation instructions provided in their [official README](https://github.com/aelsabbahy/goss/blob/master/extras/dgoss/README.md).
46
49
47
50
<br>
48
51
49
52
### → Building locally
50
53
51
-
Generating distributable Dockerfiles from yaml source code:
54
+
To generate distributable Dockerfiles from the YAML source code, run the following command:
52
55
53
56
```bash
54
57
$ make generate
55
58
```
56
59
57
60
<br>
58
61
59
-
Building default image:
62
+
To build the default image, run the following commands:
0 commit comments