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
+36-1Lines changed: 36 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,42 @@ FlowTestAI is an electron app that runs entirely in your local environment inter
28
28
29
29
## Development 🔧
30
30
31
+
### Prerequisite
32
+
33
+
This package uses version 18 of Node.js. There are different ways that you can install Node.js, following are steps for [Node Verson Manager or NVM](https://github.com/nvm-sh/nvm). If you need steps for other methods than NVM then please check [Official Node.js documentation](https://nodejs.org/en/download/package-manager).
@@ -51,9 +83,11 @@ FlowTestAI is an electron app that runs entirely in your local environment inter
51
83
```
52
84
53
85
4. Install all project dependencies:
86
+
54
87
```bash
55
88
pnpm install
56
89
```
90
+
57
91
5. Build and start the app:
58
92
59
93
```bash
@@ -65,7 +99,8 @@ FlowTestAI is an electron app that runs entirely in your local environment inter
65
99
NOTE: if you use npm and corepack to install pnpm you will have two instances of pnpm. Make sure the version you're using is the correct version for the repo. Check the [pnpm docs](https://pnpm.io/installation) and [corepack](https://github.com/nodejs/corepack) for troubleshooting. Pnpm installed with npm will overrun corepacks pnpm instance.
66
100
67
101
## Contribution 🤝
68
-
*"Little drops of water make a mighty ocean"*
102
+
103
+
_"Little drops of water make a mighty ocean"_
69
104
70
105
No contribution is small even if it means fixing a spelling mistake. Follow our contributing guide below.
0 commit comments