Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
VPagani committed Feb 11, 2023
1 parent d7baa99 commit ced58ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

<small>[Português 🇧🇷](README.pt-BR.md)</small>

<h1 style="display: inline-flex; gap: 10px"><img src="./public/favicon.ico" width="40px" /> SpaceX Launches</h1>
<h1><img src="./public/favicon.ico" width="20px" /> SpaceX Launches</h1>

Coding assignment by Callix

</div>

---

## Running the project

Install dependencies:
Expand All @@ -24,7 +22,7 @@ Run the NextJS dev server:
pnpm dev
```

---
Go to http://localhost:3000

## [Backend (API)](./src/pages/api)

Expand Down
6 changes: 1 addition & 5 deletions README.pt-BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

<small>[English](README.md)</small>

<h1 style="display: inline-flex; gap: 10px"><img src="./public/favicon.ico" width="40px" /> SpaceX Launches</h1>
<h1><img src="./public/favicon.ico" width="20px" /> SpaceX Launches</h1>

Desafio técnico da Callix

</div>

---

## Iniciar o projeto

Instale as dependências:
Expand All @@ -26,8 +24,6 @@ pnpm dev

Acesse http://localhost:3000

---

## [Backend (API)](./src/pages/api)

As rotas da API são servidas pelo roteador HTPP do NextJS baseado no caminho do arquivo das funções:
Expand Down

0 comments on commit ced58ce

Please sign in to comment.