|
15 | 15 |
|
16 | 16 | <img src=".github/qa.gif" alt="Imagem de QA" width="150">
|
17 | 17 | </br>
|
18 |
| - <img src="https://img.shields.io/github/workflow/status/vcwild/qa4noobs/deploy?style=flat-square&color=blueviolet" alt="build" /> |
19 |
| - <img src="https://img.shields.io/badge/topics-42-blueviolet?style=flat-square" alt="topics" /> |
20 |
| - <img src="https://img.shields.io/tokei/lines/github/vcwild/qa4noobs?color=blueviolet&style=flat-square" alt="topics" /> |
21 |
| - <img src="https://img.shields.io/github/license/vcwild/qa4noobs?color=blueviolet&style=flat-square" alt="license" /> |
| 18 | + <img src="https://img.shields.io/github/workflow/status/vcwild/qa4noobs/deploy?style=flat-square&color=9468cc" alt="build" /> |
| 19 | + <img src="https://img.shields.io/badge/topics-42-9468cc?style=flat-square" alt="topics" /> |
| 20 | + <img src="https://img.shields.io/tokei/lines/github/vcwild/qa4noobs?color=9468cc&style=flat-square" alt="topics" /> |
| 21 | + <img src="https://img.shields.io/github/license/vcwild/qa4noobs?color=9468cc&style=flat-square" alt="license" /> |
22 | 22 |
|
23 | 23 | </h1>
|
24 | 24 |
|
25 |
| - <p align="center"> |
| 25 | + <h2 align="center"> |
26 | 26 | <a href="https://vcwild.github.io/qa4noobs/" > <strong>Veja o projeto na íntegra »</strong></a>
|
27 |
| - <br /> |
28 |
| - <br /> |
| 27 | + </h2> |
| 28 | + <br /> |
| 29 | + <p align="center"> |
29 | 30 | <a href="#about">Sobre</a> •
|
30 | 31 | <a href="#ROADMAP">Roadmap •</a>
|
31 | 32 | <a href="#contribute">Contribua</a> •
|
@@ -135,19 +136,31 @@ são **extremamente apreciadas**
|
135 | 136 | 4. Realize o Push no Branch (`git push origin feature/featureBraba`)
|
136 | 137 | 5. Abra um Pull Request
|
137 | 138 |
|
| 139 | +### Desenvolvimento local <a id="development"></a> |
| 140 | + |
| 141 | +Para rodar o projeto localmente, você precisa ter o [Node.js](https://nodejs.org/en/) instalado na sua máquina. Também recomendamos utilizar o [Yarn](https://yarnpkg.com/) como gerenciador de pacotes. |
| 142 | + |
| 143 | +Adicione as variáveis de ambiente ao seu path: |
| 144 | + |
| 145 | +```sh |
| 146 | +source scripts/enviroment.sh |
| 147 | +``` |
| 148 | + |
| 149 | +Rode os comandos: |
| 150 | + |
| 151 | +```sh |
| 152 | +# instalar dependências |
| 153 | +yarn |
| 154 | + |
| 155 | +# servir com hot reload em localhost:8080 |
| 156 | +yarn dev |
| 157 | +``` |
| 158 | + |
138 | 159 | ## 💁♂️ Autores <a id="author"></a>
|
139 | 160 |
|
140 |
| -- **Victor Manoel** - _Software Quality Engineer_ - [@TTVKeeabo](https://www.twitch.tv/keeabo) |
| 161 | +- **Victor Manoel** - _Software Quality Engineer_ - [@Keeabo](https://www.linkedin.com/in/victor-manoel-0b4413191/) |
141 | 162 | - **Victor Wildner** - _Software Quality Engineer_ - [@vcwild](https://twitter.com/vcwild)
|
142 | 163 |
|
143 | 164 | ## 🏷️ Licença <a id="license"></a>
|
144 | 165 |
|
145 | 166 | O projeto está sob a licença AGPL-3.0. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.
|
146 |
| - |
147 |
| ---- |
148 |
| - |
149 |
| -<p align="center"> |
150 |
| - <a href="https://github.com/he4rt/4noobs" target="_blank"> |
151 |
| - <img src="docs/.vuepress/public/images/footer_4noobs.svg" width="380"> |
152 |
| - </a> |
153 |
| -</p> |
|
0 commit comments