From b4ba11f317b1bcf0f89e4ba243609e04b868611f Mon Sep 17 00:00:00 2001 From: Jonathan Souza <25882133+jonathanbcsouza@users.noreply.github.com> Date: Tue, 12 Mar 2019 05:05:17 +1300 Subject: [PATCH] Add guidelines fixes #97 (#99) * Add guidelines fixes #97 * Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5ce8126..a4e32d2 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,12 @@ This will load the site shown below. +### 4. Lesson Structure + +1. Demos will either be via CodePen (Steps 1,2 and 3) or done in the step folder. Follow the step README to walkthrough the demo. + +2. Much like demos, exercises are done via CodePen or in the project step folders. These exercises will give you an opportunity to try what was demonstracted in the first step. + ## What to expect For each lesson, the presenter will walk through some demo code to teach core concepts about the topic. Don't worry about writing code at this point. Just follow along via the readmes linked below.