Skip to content

Commit 9e46811

Browse files
committed
Readme updated
1 parent e0570ca commit 9e46811

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

README.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
1-
# Timer criado durante gravação de vídeo no Youtube
1+
# ⏱️ Timer criado durante gravação de vídeo no YouTube
22

33
Este é um aplicativo simples de timer que foi usado durante a [gravação deste vídeo](https://www.youtube.com/watch?v=ir8MIBhGbcA).
44

55
O layout está [aqui no Figma](https://www.figma.com/design/97maginjN0aHjiQPy3dCDS/%231---Timer?m=auto&t=B8ND36dunZtQcZQe-1).
6+
7+
---
8+
9+
## 🚀 Como executar a aplicação
10+
11+
1. Instale as dependências:
12+
```bash
13+
npm install
14+
```
15+
16+
2. Inicie o ambiente de desenvolvimento:
17+
```bash
18+
npm run dev
19+
```
20+
21+
3. Acesse no navegador:
22+
```
23+
http://localhost:1234
24+
```
25+
26+
---
27+
28+
## 🧪 Como executar os testes
29+
30+
Para rodar os testes automatizados com Jest:
31+
32+
```bash
33+
npm test
34+
```
35+
36+
Ou:
37+
38+
```bash
39+
npm run test
40+
```

0 commit comments

Comments
 (0)