Skip to content

Commit

Permalink
clarify README section on running lifite
Browse files Browse the repository at this point in the history
- 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
pirxpilot committed May 19, 2020
1 parent f1c7441 commit b668b0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ public/scripts/
.project
.settings
.DS_Store
package-lock.json
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
bin
components
public/stylesheets/*css
public/stylesheets/*css.gz
public/scripts/
Expand All @@ -9,4 +8,3 @@ templates
History.md
.travis.yml
.jshintrc
yarn.lock
7 changes: 3 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b668b0a

Please sign in to comment.