-
Notifications
You must be signed in to change notification settings - Fork 2
Update README.md #15
base: release
Are you sure you want to change the base?
Update README.md #15
Conversation
## To Build | ||
|
||
``` | ||
npm i |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make this npm ci
so it installs from the lock file versus the package.json
file and will keep the dependencies consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, any reason we're doing npm
here and yarn
down below?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌵 Looks good. I added a few nits
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't had the time to walk through the steps, was waitin' to do that, but without walking through them 👍
Updated to add instructions on how to build and use in
app