-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clarify README section on running lifite
- remove mention of components - we are not using it any more - suggest using yarn over npm - we have yarn.lock - ignore package-lock.json
- Loading branch information
Showing
3 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ public/scripts/ | |
.project | ||
.settings | ||
.DS_Store | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,12 +28,11 @@ Clone this repo (or your fork) | |
|
||
git clone [email protected]:pirxpilot/liftie.git && cd liftie | ||
|
||
Install dependencies with npm: | ||
Install dependencies: | ||
|
||
npm install | ||
yarn | ||
|
||
Build client side scripts: liftie is using [component](https://github.com/component/component) - | ||
make will install all external components and trigger component build for you. | ||
Build client side scripts: `make` will install all external components and trigger component build for you. | ||
|
||
make | ||
|
||
|