summaryrefslogtreecommitdiff
path: root/iridescence/README.md
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-09-11 17:08:28 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-09-11 17:08:28 -0400
commitc3c8633a7cd0343ce36dd0d254ace605303e1a1d (patch)
treec06b6489412038055077e2538abc7190601eff4d /iridescence/README.md
parent8ac8ad09c71b10597a354eabf81cbafa14f00940 (diff)
downloadtheglassyladies-c3c8633a7cd0343ce36dd0d254ace605303e1a1d.tar.xz
theglassyladies-c3c8633a7cd0343ce36dd0d254ace605303e1a1d.zip
migrated back from typescript
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 4f401a4..d6b8550 100644
--- a/iridescence/README.md
+++ b/iridescence/README.md
@@ -2,22 +2,22 @@
## Project setup
```
-yarn
+yarn install
```
### Compiles and hot-reloads for development
```
-yarn run serve
+yarn serve
```
### Compiles and minifies for production
```
-yarn run build
+yarn build
```
### Lints and fixes files
```
-yarn run lint
+yarn lint
```
### Customize configuration