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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,12 +86,20 @@ If you find that Clapper is working with a more recent (stable) version of Node,
86
86
87
87
### Installing and running the app
88
88
89
+
Install the dependencies.
90
+
91
+
`--include=optional` is to make sure optional dependencies are installed (pre-build native modules compatible with your system)
92
+
89
93
```bash
90
94
npm i --include=optional
95
+
```
96
+
97
+
Then run the actual app, the first time you go to localhost:3000 after typing this command, the app will compile, which can take a minute (like, literally: `Compiled / in 52.6s (6372 modules)`)
98
+
99
+
```bash
91
100
npm run dev
92
101
```
93
102
94
-
`--include=optional` is to make sure optional dependencies are installed (pre-build native modules compatible with your system)
// TODO use the RUN ID to regularly check for status
74
+
// see https://comfy.icu/docs/api
75
+
16
76
thrownewError(
17
77
`Clapper doesn't support ${request.segment.category} generation for provider "Comfy.icu". Please open a pull request with (working code) to solve this!`
0 commit comments