Skip to content
This repository was archived by the owner on Aug 18, 2023. It is now read-only.

Commit debd971

Browse files
committed
Add readme
1 parent 36d63c8 commit debd971

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Quora Poe
2+
3+
- later documentation
4+
5+
## Installation
6+
7+
To install this app, run:
8+
9+
```
10+
npm install
11+
```
12+
13+
## Usage
14+
15+
To start, run:
16+
17+
```
18+
npm start
19+
```
20+
21+
## Dependencies
22+
23+
My App has the following dependencies:
24+
25+
- @apollo/client
26+
- @apollo/server
27+
- chalk
28+
- cheerio
29+
- cli-spinners
30+
- cross-fetch
31+
- fetch-cookie
32+
- graphql
33+
- graphql-tag
34+
- ora
35+
- prompts
36+
37+
## Contributing
38+
39+
To contribute to this repo, please create a pull request.

0 commit comments

Comments
 (0)