Remove yarn instructions

pull/16/head
Valdo Romao 2 years ago
parent aa578a2ac9
commit a282e98c06
  1. 1
      .gitignore
  2. 9
      README.md

1
.gitignore vendored

@ -1 +1,2 @@
/node_modules/
yarn.lock

@ -6,14 +6,7 @@ To understand how to use this starter kit, follow the tutorial at [https://worka
## Installation
With [yarn](https://yarnpkg.com/):
```shell
yarn install
yarn start
```
With npm (comes with [node](https://nodejs.org/en/)):
With npm installed (comes with [node](https://nodejs.org/en/)), run the following commands into a terminal in the root directory of this project:
```shell
npm install

Loading…
Cancel
Save