Added build instructions

This commit is contained in:
Cory LaViska
2017-07-30 11:05:45 -04:00
parent a3b989222b
commit 99b83d0d63

View File

@@ -12,7 +12,13 @@ A back to the basics CSS starter kit. For when you dont need the whole boot.
## Developers
Shoelace ships with a CLI that can be used to build a dist and optionally publish it to an S3 bucket. To see all available flags, run:
Shoelace ships with a CLI that can be used to build a dist and optionally publish it to an S3 bucket. To build a dist, run:
```
node shoelace.js --build
```
To see all available flags, run:
```
node shoelace.js --help