This commit is contained in:
Micah Godbolt 2019-02-25 14:52:26 -08:00 коммит произвёл GitHub
Родитель d30f796a64
Коммит 67969bb0f4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -25,11 +25,10 @@ This workshop starts as a very high level introduction to the core principles of
$ git clone tba
$ cd bootcamp
$ npm install
$ npm start
$ npm run static // For Day 1, Steps 1-3
$ npm start // For the rest of the steps
```
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