Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 149ef32

Browse files
committed
tweaks from gulp
1 parent bad9520 commit 149ef32

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ The Grunt Edition comes with the following components:
1313

1414
## Prerequisites
1515

16-
Pattern Lab Node uses [Node](https://nodejs.org) and [npm](https://www.npmjs.com/) to manage project dependencies, and [grunt](http://gruntjs.com/) to run tasks and interface with core.
17-
18-
Please follow the directions for [installing Node](https://nodejs.org/en/download/) on the Node website. This should include `npm`.
16+
The Pattern Lab Node - Grunt Edition uses [Node](https://nodejs.org) for core processing, [npm](https://www.npmjs.com/) to manage project dependencies, and [grunt.js](http://gruntjs.com/) to run tasks and interface with the core library. Node version 4 or higher suffices. You can follow the directions for [installing Node](https://nodejs.org/en/download/) on the Node website if you haven't done so already. Installation of Node will include npm.
1917

2018
It's also highly recommended that you [install grunt](http://gruntjs.com/getting-started) globally.
2119

@@ -36,11 +34,14 @@ The fastest way to get started with the Grunt Edition is to [download the pre-bu
3634

3735
`npm` is a dependency management and package system which can pull in all of the Grunt Edition's dependencies for you. To accomplish this:
3836

39-
* download or clone this repository to an install location.
37+
* download or `git clone` this repository to an install location.
4038

4139
* run the following
40+
41+
```
4242
cd install/location
4343
npm install
44+
```
4445
4546
Running `npm install` from a directory containing a `package.json` file will download all dependencies defined within.
4647
@@ -79,7 +80,7 @@ To generate the front-end for Pattern Lab type:
7980
8081
To watch for changes, re-generate the front-end, and server it via a BrowserSync server, type:
8182
82-
grunt patternlab:erve
83+
grunt patternlab:serve
8384
8485
BrowserSync should open [http://localhost:3000](http://localhost:3000) in your browser.
8586

0 commit comments

Comments
 (0)