M96820
commited on
setup: add instructions
Browse files
ai-comic-factory/README.md
CHANGED
@@ -13,6 +13,15 @@ hf_oauth_expiration_minutes: 43200
|
|
13 |
hf_oauth_scopes: [inference-api]
|
14 |
---
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
# AI Comic Factory
|
17 |
|
18 |
Last release: AI Comic Factory 1.2
|
|
|
13 |
hf_oauth_scopes: [inference-api]
|
14 |
---
|
15 |
|
16 |
+
### Start the application
|
17 |
+
|
18 |
+
```bash
|
19 |
+
# Install dependencies
|
20 |
+
npm install
|
21 |
+
|
22 |
+
# Start the application
|
23 |
+
npm run dev
|
24 |
+
```
|
25 |
# AI Comic Factory
|
26 |
|
27 |
Last release: AI Comic Factory 1.2
|