Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
chore(yarn): update lock files and only mention yarn in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthomp committed May 25, 2018
1 parent a5073ab commit 2317e32
Show file tree
Hide file tree
Showing 4 changed files with 806 additions and 1,183 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -8,9 +8,9 @@

## Install

Make sure you have [Node.js](https://nodejs.org/) 8+ and [npm](https://npmjs.com/) installed.
Make sure you have [Node.js](https://nodejs.org/) 8+ and [yarn](https://yarnpkg.com) installed.

`npm install --save tabler-react` or `yarn add tabler-react`
`yarn add tabler-react`

## Example

Expand Down Expand Up @@ -51,8 +51,8 @@ The package is made up of 2 main folders:
To setup and run a local copy:

1. Clone this repo with `git clone https://github.com/tabler/tabler-react`
2. Run `yarn` or `npm install` in the root folder
3. Run `yarn` or `npm install` in the example folder
2. Run `yarn install` in the root folder
3. Run `yarn install` in the example folder
4. In seperate terminal windows, run `yarn start` in the root and example folders.

You should now be up and running with live browser reloading of the example website while you work on Tabler React components in the /src folder.
Expand Down
4 changes: 2 additions & 2 deletions docs/Introduction.md
Expand Up @@ -2,9 +2,9 @@

## Install

Make sure you have [Node.js](https://nodejs.org/) 8+ and [npm](https://npmjs.com/) installed.
Make sure you have [Node.js](https://nodejs.org/) 8+ and [yarn](https://yarnpkg.com) installed.

`npm install --save tabler-react` or `yarn add tabler-react`
`yarn add tabler-react`

## Basic Usage Example

Expand Down

0 comments on commit 2317e32

Please sign in to comment.