Update FAQ website instructions

`npm run start` didn't work for me... I had to get yarn and do `yarn
 install` first. I'm guessing this will be true for others.
This commit is contained in:
Izaak Beekman 2017-02-10 13:59:57 -05:00
parent 0d1f488365
commit 986191210a
No known key found for this signature in database
GPG Key ID: A93CE70D8021BD0F

3
FAQ.md
View File

@ -96,9 +96,10 @@ Somewhat inconsistent but true to Unix ancestry the abbreviation for our
## How can I locally develop and preview the b3bp website?
You should have a working Node.js >=10 and Ruby >=2 install on your workstation. When that is the case, you can run:
You should have a working Node.js >=10, Ruby >=2 and [YARN](https://yarnpkg.com) install on your workstation. When that is the case, you can run:
```bash
yarn install
npm run start
```