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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Head Start is a web-based knowledge mapping software intended to give researcher
9
9
### Client
10
10
To get started, clone this repository. Next, duplicate the file `config.example.js` in the root folder and rename it to `config.js`.
11
11
12
-
Make sure to have `npm` version 6.11.3 installed (it comes with Node.js 10.17.0, best way to install is with [nvm](https://github.com/nvm-sh/nvm), `nvm install 10.17.0`) and run the following two commands to build the Headstart client:
12
+
Make sure to have installed `node` version >= 14.18.1 and `npm` version >=8.1.1 (best way to install is with [nvm](https://github.com/nvm-sh/nvm), `nvm install 14.18.1`) and run the following two commands to build the Headstart client:
13
13
14
14
npm install
15
15
npm run dev
@@ -24,9 +24,12 @@ To run Headstart on a different server (e.g. Apache), you need to set the public
24
24
* Dev: specify the full path including protocol, e.g. `http://localhost/headstart/dist`
25
25
* Production: specify the full path excluding protocol, e.g. `//example.org/headstart/dist`
26
26
27
-
Point your browser to the following address:
27
+
Point your browser to one of the following addresses:
Copy file name to clipboardExpand all lines: examples/local_streamgraph/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ module.exports = {
11
11
12
12
Then the process is the same as with the local files example: start the dev server npm start. When the build is done, the streamgraph can be accessed at
In future, it might be nice to come up with a solution that doesn't involve config file, but uses for example a system variable or a specific npm run command.
0 commit comments