summaryrefslogtreecommitdiff
path: root/iridescence/README.md
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-06-21 21:23:07 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-06-21 21:23:07 -0400
commit14ac25266a53ed986402f808cab0ef04237c1022 (patch)
treeeef7699d6431b5322f03b3b5e0c010bfac3933b1 /iridescence/README.md
parentbf4e3c07d81d45346052a19f46fa79f0c25ea6cd (diff)
downloadtheglassyladies-14ac25266a53ed986402f808cab0ef04237c1022.tar.xz
theglassyladies-14ac25266a53ed986402f808cab0ef04237c1022.zip
switched to yarn; it's just better
Diffstat (limited to 'iridescence/README.md')
-rw-r--r--iridescence/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/iridescence/README.md b/iridescence/README.md
index 6304dfc..4f401a4 100644
--- a/iridescence/README.md
+++ b/iridescence/README.md
@@ -2,22 +2,22 @@
## Project setup
```
-npm install
+yarn
```
### Compiles and hot-reloads for development
```
-npm run serve
+yarn run serve
```
### Compiles and minifies for production
```
-npm run build
+yarn run build
```
### Lints and fixes files
```
-npm run lint
+yarn run lint
```
### Customize configuration