M96820 commited on
Commit
454d6e2
·
unverified ·
1 Parent(s): fdc200a

setup: add instructions

Browse files
Files changed (1) hide show
  1. ai-comic-factory/README.md +9 -0
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