Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 1c7c67a

Browse files
committed
feat(docs): Update README
1 parent 7acb118 commit 1c7c67a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,27 @@ npm install
3535

3636
## Getting Started
3737

38-
Forthcoming
38+
This edition comes pre-packaged with a couple simple scripts. Extend them as needed.
39+
40+
**build** patterns, copy assets, and construct ui
41+
42+
``` bash
43+
npm run build
44+
```
45+
46+
build patterns, copy assets, and construct ui, watch source files, and **serve** locally
47+
48+
``` bash
49+
npm run serve
50+
```
51+
52+
logs Pattern Lab Node usage and **help** content
53+
54+
``` bash
55+
npm run help
56+
```
57+
58+
To interact further with Pattern Lab Node, such as to install plugins or starterkits, it's suggested to incorporate the [Pattern Lab Node Command Line Interface](https://github.com/pattern-lab/patternlab-node-cli) or learn more about the [core API](https://github.com/pattern-lab/patternlab-node#usage).
3959

4060
## Updating Pattern Lab
4161

patternlab.png

11.4 KB
Loading

0 commit comments

Comments
 (0)