Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Update Readme to include Redis instructions #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion experiments/reminders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
This repository contains a demonstration of [Hotwire](https://hotwired.dev), and
how a site can be built using turbo-frames.

To run this demo, after cloning the repository:
To run this demo, you'll need to have [a redis server](https://redis.io/docs/getting-started/) running along side.

For Mac and Linux this is trival, but on windows this will require installing [an ubuntu virtual machine](https://learn.microsoft.com/en-us/windows/wsl/install). See redis docs for details.

Once your redis server is up and running along side, then you can clone the repository and get started:

```bash
cd experiments/reminders
Expand Down