update documentation to use yarn instead of npm

This commit is contained in:
Ilana Kantorov 2017-06-27 18:13:39 +03:00
Родитель 87f61ccc3a
Коммит 2d841a684e
1 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -11,7 +11,7 @@ This is an application insights based project that displays a bots analytics das
1. Clone
2. [Get an Application Insights App ID and Api Key](https://dev.applicationinsights.io/documentation/Authorization/API-key-and-App-ID)
4. Run `npm run start:dev`
4. Run `yarn start:dev`
5. Open **http://localhost:3000/**
6. Run through setup and afterwards, fill in **API Key** and **Application ID**
@ -73,12 +73,13 @@ Thinking about integrating with:
```bash
git clone https://github.com/CatalystCode/ibex-dashboard.git
cd ibex-dashboard
npm install
npm install -g yarn
yarn
```
### Dev
```bash
npm run start:dev
yarn start:dev
```
### Test Watcher
@ -86,12 +87,12 @@ Runs the test watcher in an interactive mode.
By default, runs tests related to files changes since the last commit.
```bash
npm test
yarn test
```
### Build for Production
```bash
npm run build
yarn build
```
## Whats Inside?