tfrere commited on
Commit
66c8843
·
1 Parent(s): d2f193a
Files changed (3) hide show
  1. README.md +1 -1
  2. client/README.md +2 -2
  3. server/README.md +3 -3
README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Don't Look Up - Interactive AI Comic Book
2
 
3
  An interactive narrative game that generates unique stories in comic book form, powered by AI.
4
 
 
1
+ # Comic Book Generator - Interactive AI Stories
2
 
3
  An interactive narrative game that generates unique stories in comic book form, powered by AI.
4
 
client/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Don't Look Up - Client
2
 
3
- Frontend interface for the Don't Look Up narrative game, built with React and Vite.
4
 
5
  ## 🛠️ Technologies
6
 
 
1
+ # Comic Book Generator - Client
2
 
3
+ Frontend interface for the Comic Book Generator, built with React and Vite.
4
 
5
  ## 🛠️ Technologies
6
 
server/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Don't Look Up - Server
2
 
3
- Backend for the Don't Look Up narrative game, powered by Mistral AI for story generation.
4
 
5
  ## 🧠 Architecture
6
 
@@ -46,7 +46,7 @@ The server is built around several specialized AI generators:
46
  ### Start the Server
47
 
48
  ```bash
49
- poetry run uvicorn server:app --reload
50
  ```
51
 
52
  ### Game Testing
 
1
+ # Comic Book Generator - Server
2
 
3
+ Backend for the Comic Book Generator, powered by Mistral AI for story generation.
4
 
5
  ## 🧠 Architecture
6
 
 
46
  ### Start the Server
47
 
48
  ```bash
49
+ poetry run dev
50
  ```
51
 
52
  ### Game Testing