From 920e36f01267d94f773885680a75b6fd35db435a Mon Sep 17 00:00:00 2001 From: Rob Cameron Date: Mon, 11 Jan 2021 15:04:02 -0800 Subject: [PATCH] Add setup instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 14796ab..94d406b 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,16 @@ This repo represents the final state of the app created during the [Redwood Tuto It is meant to be a starting point for those working on the [Tutorial Part 2](https://redwoodjs.com/tutorial2). This repo contains much more styling than the one we built together in the tutorial, but is functionally identical. + +## Setup + +The [tutorial itself](https://redwoodjs.com/tutorial2/prerequisites) contains instructions for getting this repo up and running, but here is a summary of the commands: + +```bash +git clone https://github.com/redwoodjs/redwood-tutorial +cd redwood-tutorial +yarn install +yarn rw db up +yarn rw db seed +yarn rw dev +```