We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96c17d commit 30288f5Copy full SHA for 30288f5
README.md
@@ -12,8 +12,12 @@ Create a `.env` file in the project directory:
12
NODE_ENV=development
13
PORT=3000
14
HACKERNEWS_API_URL=https://hacker-news.firebaseio.com/v0
15
+CACHE_DRIVER=memory
16
```
17
18
+_The `CACHE_DRIVER` variable can be either `memory` or `redis` - if `redis`, then a Redis service is assumed to be running._
19
+
20
21
Then install the dependencies and run `start:dev`, which both builds the application using `esbuild` and runs it:
22
23
```bash
0 commit comments