Skip to content

Commit

Permalink
Give directions to yarn run by default
Browse files Browse the repository at this point in the history
This will hopefully not require gulp to be installed globally, as per @pwalter-ebi 's suggestion.

Co-Authored-By: Peter Walter <[email protected]>
  • Loading branch information
khawkins98 and Peter Walter committed Oct 27, 2020
1 parent 53ccbbf commit 579cc20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ For HTML snippets and further and guidance view [visual-framework.github.io/vf-c
1. Install all the things
- `yarn install`
1. Generate the site in `/build`
- `gulp build` build static assets
- `gulp dev` renders and serves
- `yarn run build` build static assets
- `yarn run dev` renders and serves
1. Deploy in Github Pages `/build` folder
- `yarn deploy` build folder will get deployed to gh-pages branch

Expand Down

0 comments on commit 579cc20

Please sign in to comment.