Added build instructions

pull/5/head
Cory LaViska 2017-07-30 11:05:45 -04:00
rodzic a3b989222b
commit 99b83d0d63
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -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