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: fern/docs/contents/developer-guides.mdx
+25-30
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
# Requirements
2
+
2
3
## System Requirements
3
4
4
5
Before you start, make sure you have the following applications and their minimum versions installed, in addition to Node.js and yarn (as mentioned earlier):
5
6
6
-
-**Node.js 18.0.0** or later
7
-
-**Yarn 3.0.2** or later
8
-
- macOS, Windows (including WSL), and Linux are supported.
7
+
-**Node.js 18.0.0** or later
8
+
-**Yarn 3.0.2** or later
9
+
-macOS, Windows (including WSL), and Linux are supported.
9
10
10
11
## System Requirements
11
12
12
13
## Get Started
13
14
14
15
### setup
15
16
16
-
17
17
1 . Clone the forked repository and open the created directory
Copy file name to clipboardexpand all lines: fern/docs/contents/docker-compose.mdx
+5-7
Original file line number
Diff line number
Diff line change
@@ -29,28 +29,26 @@ docker-compose up -d
29
29
30
30
```
31
31
32
-
The UI is now available at http://localhost:3000 and the backend is available at http://localhost:4001. This also contains a Postgres database alongside the API.
33
-
32
+
The UI is now available at `http://localhost:3000` and the backend is available at `http://localhost:4001`. This also contains a Postgres database alongside the API.
34
33
35
34
#### Run Revert with your own database & redis
36
35
37
-
The above steps allow you to spin up a Postgres & Redis instance alongside the API and UI.
38
-
39
-
To use your own Postgres & Redis instance run the following set of commands:
36
+
The above steps allow you to spin up a Postgres & Redis instance alongside the API and UI.
40
37
38
+
To use your own Postgres & Redis instance run the following set of commands:
0 commit comments