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.template.md
+2-23Lines changed: 2 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,12 @@
21
21
-[Deployment](#deployment)
22
22
-[Releases](#releases)
23
23
-[Translations](#translations)
24
-
-[Licencing](#licencing)
25
24
26
25
## Setup
27
26
28
27
### Prerequisites / Dependencies
29
28
30
-
You will need to have NodeJS and NPM installed to run this application. It's recommended to use a NodeJS version manager to manage your versions. Required NodeJS versions will typically match LTS (long-term support) versions and you can check which exact version to install by checking `.node-version` file in the repository root.
29
+
You will need to have NodeJS and NPM installed to run this application. Use the [handbook guide](https://infinum.com/handbook/frontend/node/managing-node-npm-versions)to set up the correct NodeJS version.
31
30
32
31
### Installation
33
32
@@ -42,7 +41,7 @@ You will need to have NodeJS and NPM installed to run this application. It's rec
42
41
43
42
### Running the app
44
43
45
-
To run the app, you can simply run `npm start`. This starts the application in the environment dependent on your environment setup.
44
+
To run the app, you can simply run `[TODO:NPM_START_COMMAND]`. This starts the application in the environment dependent on your environment setup.
46
45
47
46
### Building the app
48
47
@@ -125,23 +124,3 @@ Releases are handled through GitHub Releases feature and documentation for it ca
125
124
## Translations
126
125
127
126
The application uses [Polyglot](TODO:PROJECT_POLYGLOT_LINK) for handling translations. More information can be found on the [Translations handling wiki page](TODO:GITHUB_WIKI_PAGE).
128
-
129
-
## Licencing
130
-
131
-
The application uses a licence header for all TypeScript files. To help out with setting this up for new files, you can install `licenser` extension.
132
-
133
-
```
134
-
# CMD + P
135
-
ext install licenser
136
-
137
-
```
138
-
139
-
This extension will add proper license headers to each new file.
0 commit comments