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: website/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
This website was created with [Docusaurus v3](https://docusaurus.io/docs/3.1.1).
1
+
This website was created with [Docusaurus v3](https://docusaurus.io/docs/3.7.0).
2
2
3
3
In order to start working with Docusaurus, please read the [Getting Started guide](https://docusaurus.io/docs/configuration) and browse through the following folders and files:
4
4
-`website` - contains the Node/React code to build the website
@@ -9,7 +9,7 @@ In order to start working with Docusaurus, please read the [Getting Started guid
9
9
## Local run
10
10
11
11
Running Docusaurus locally is very simple, just follow these steps:
12
-
- Make sure `node` version is 14 or higher, using `node -v` ; you can use [nvm](https://github.com/nvm-sh/nvm) to install different node versions in your system.
12
+
- Make sure `node` version is 18 or higher, using `node -v` ; you can use [nvm](https://github.com/nvm-sh/nvm) to install different node versions in your system.
13
13
-`cd website ; npm install ; npm run start`
14
14
15
15
The command should open your browser and point to `http://localhost:3000`.
@@ -19,7 +19,7 @@ The command should open your browser and point to `http://localhost:3000`.
19
19
[Netlify] (https://www.netlify.com/) is the default way to serve FINOS websites publicly. Find docs [here] (https://docs.netlify.com/configure-builds/get-started/).
20
20
21
21
You can configure Netlify using your own GitHub account, pointing to a personal repository (or fork); when adding a new site, please use the following configuration:
0 commit comments