diff --git a/README.md b/README.md index 89fdbb1..953e4b1 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,12 @@ [PortuguĂȘs đŸ‡§đŸ‡·](README.pt-BR.md) -

SpaceX Launches

+

SpaceX Launches

Coding assignment by Callix ---- - ## Running the project Install dependencies: @@ -24,7 +22,7 @@ Run the NextJS dev server: pnpm dev ``` ---- +Go to http://localhost:3000 ## [Backend (API)](./src/pages/api) diff --git a/README.pt-BR.md b/README.pt-BR.md index d00fd37..e8927e7 100644 --- a/README.pt-BR.md +++ b/README.pt-BR.md @@ -2,14 +2,12 @@ [English](README.md) -

SpaceX Launches

+

SpaceX Launches

Desafio tĂ©cnico da Callix ---- - ## Iniciar o projeto Instale as dependĂȘncias: @@ -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: