diff --git a/README.md b/README.md index cabdecb..5b13b13 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,13 @@ This workshop starts as a very high level introduction to the core principles of $ git clone tba $ cd bootcamp $ npm install - $ npm start + + // For Day 1, Steps 1-3 + $ npm run static + // For the rest of the steps + $ npm start ``` -After the project loads in your browser, click on `Step 1 - HTML/CSS/JS`. Then go to the `Day 1: Step 1` page for the lesson and exercise instructions. - ## Table Of Contents ### Day One diff --git a/index.html b/index.html index 24f3a8e..b49a4c7 100644 --- a/index.html +++ b/index.html @@ -23,39 +23,54 @@
  • @@ -69,55 +84,73 @@