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).