mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-01-22 03:47:59 +00:00
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:
parent
0d1f488365
commit
986191210a
3
FAQ.md
3
FAQ.md
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user