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: lang/en/docs/tutorials/contribute-new-application.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,12 @@ application to the Mat3ra platform so that it becomes a first-class option in
21
21
both the web-interface and the [Command Line Interface (CLI)](/cli/overview).
22
22
23
23
This task involves adding necessary configurations to two repositories via pull
24
-
requests. A basic understanding of container technologies (Apptainer,
25
-
Singularity, or Docker), a GitHub account, Node.js installed locally, and a
26
-
working Apptainer `.def` file are required before proceeding. If you need help
27
-
with preparing Apptainer definition, please consult the [Add Software](
28
-
/cli/actions/add-software) page first.
24
+
requests. A basic understanding of container technologies (such as Apptainer,
25
+
Singularity, or Docker), a GitHub account, [Node.js](https://nodejs.org)
26
+
installed in local development machine, and a working Apptainer `.def` file are
27
+
required before proceeding. If you need help with preparing Apptainer
28
+
definition, please consult the [Add Software](/cli/actions/add-software) page
29
+
first.
29
30
30
31
31
32

@@ -83,8 +84,9 @@ flowchart TB
83
84
84
85
### 2.1. Fork and clone the repository
85
86
86
-
First, fork `github.com/Exabyte-io/application-containers-public` on GitHub,
87
-
then clone the fork locally. The top-level layout is:
0 commit comments