Skip to content

Commit cf1e6b9

Browse files
author
Ravan Scafi
committed
Improve readme
1 parent d116c3b commit cf1e6b9

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,19 @@ do nosso Slack.
2323
* Enviar um PR para `master` com o novo conteúdo;
2424

2525
## Desenvolvimento do website local
26-
Requisitos: PHP7.2 e NPM instalados localmente;
26+
Requisitos: PHP7.2 e Yarn instalados localmente;
2727
Passos:
2828
* Fazer fork do repositório;
2929
* Rodar composer install:
30-
* > $ composer install
30+
```sh
31+
composer install
32+
```
3133
* Rodar yarn install:
32-
* > $ npm install
33-
* Reixar o yarn "observando" as mudanças (e gerando o conteúdo estático):
34-
* > $ yarn run watch
34+
```sh
35+
yarn install
36+
```
37+
* Deixar o yarn "observando" as mudanças (e gerando o conteúdo estático):
38+
```sh
39+
yarn watch
40+
```
3541
* Enviar um PR para `master` com as alterações;

0 commit comments

Comments
 (0)