Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit c9990c6

Browse files
Update README.md
added Redis to readme
1 parent b56b65e commit c9990c6

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ This is a webapp that allows to view JSON feeds. See it in action here: https://
44

55
## Getting Started
66

7+
### Prerequisites
8+
9+
The app was tested on the following configuration:
10+
11+
- Ubuntu 16.04
12+
- npm 3.8.9
13+
- Node v6.2.0
14+
- Redis 3.2.9
15+
16+
0. Install Redis
17+
18+
Install a local Redis server by following [these instructions](https://redis.io/topics/quickstart).
19+
720
1. Clone the repo
821

922
```
@@ -22,14 +35,6 @@ cd json-feed-viewer && npm install
2235
npm start
2336
```
2437

25-
### Prerequisites
26-
27-
The app was tested on the following configuration:
28-
29-
- Ubuntu 16.04
30-
- NPM
31-
- Node v6.2.0+
32-
3338
## Deployment
3439

3540
The app is currently "Heroku deployment"-ready. Feel free to deploy it through other means.

0 commit comments

Comments
 (0)