From 57ef35f3c4f12d3bf9801d7d42b13c48ca1c36c1 Mon Sep 17 00:00:00 2001 From: Charlie Gleason Date: Thu, 2 Feb 2017 18:03:39 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16695ae..8917f1f 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ This repo serves as a companion to the [tutorial of the same name, over on Mediu ``` shell git clone https://github.com/superhighfives/an-almost-static-stack.git cd an-almost-static-stack -yarn install // Don't have yarn? npm install works too -yarn start // Or npm start +yarn install +yarn start ``` Once you're ready to deploy, run: @@ -19,8 +19,11 @@ Once you're ready to deploy, run: yarn build // or npm run build surge -p build ``` + Voila! +If you're not into [Yarn](https://yarnpkg.com/), `npm install`, `npm start` and `npm run build` all work as well. + ## create-react-app It was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).