diff --git a/README.md b/README.md
index 81d72e3db..ba3b8d4e1 100644
--- a/README.md
+++ b/README.md
@@ -1,101 +1,62 @@
# Amplify
-Amplify is an open-source app created for users to take the initiative in being part of an actionable step in the efforts to protect against climate change. The user is able to choose a climate campaign, then using their zip code, they will be able to select a representative of their choice. The user then donates to have their letter sent out by Amplify
+Amplify é um aplicativo open-source que capacita os usuários a tomarem medidas concretas no combate às mudanças climáticas. Os usuários podem selecionar uma campanha climática, encontrar representantes pelo CEP e doar para enviar cartas por meio do Amplify.
+---
-## Table of Contents
+## Índice
+- [Introdução](#introdução)
+- [Configuração do Projeto](#configuração-do-projeto)
+- [Contribuindo](#contribuindo)
+- [Visão Geral do Aplicativo](#visão-geral-do-aplicativo)
- * [Getting Started](#getting-started)
- * [Project Setup](#project-setup)
- * [Customize configuration](#customize-configuration)
- * [App Walkthrough](#app-walkthrough)
-
-## Getting Started
+---
-This repo contains both the frontend and backend portions of the Amplify application.
+## Introdução
-The frontend code is stored in the `src/` directory.
+Este repositório contém:
+- **Código do Frontend**: Localizado no diretório `src/`.
+- **Código do Backend**: Localizado no diretório `server/`.
-The backend (API) code is stored in the `server/` directory.
+### Recursos
+- [Apresentação de Habilitação](https://docs.google.com/presentation/d/1llJgeTU1EzRSYB8kL-IQeAdoq7p6xb4ApEac5E3M8Qo/edit?usp=sharing)
+- [Quadro Geral do Projeto](https://github.com/ProgramEquity/amplify/projects?type=beta)
+- [Detalhamento de Funcionalidades](https://github.com/ProgramEquity/amplify/discussions/62)
+- [Wiki](https://github.com/ProgramEquity/amplify/wiki)
-**Project Workflow:**
+---
-[Enablement Deck](https://docs.google.com/presentation/d/1llJgeTU1EzRSYB8kL-IQeAdoq7p6xb4ApEac5E3M8Qo/edit?usp=sharing)
+## Configuração do Projeto
-
+Para começar, clone ou faça um fork deste repositório. Como alternativa, use o Codespaces para uma configuração rápida.
-- [Overall Project Board](https://github.com/ProgramEquity/amplify/projects?type=beta)
-- [Feature Breakdown](https://github.com/ProgramEquity/amplify/discussions/62)
-- [OSS Architecture](https://github.com/ProgramEquity/amplify/discussions/61)
-- [Wiki](https://github.com/ProgramEquity/amplify/wiki): API methods, Data Structures
+### Comandos
+| Comando | Descrição |
+|-----------------------------|-----------------------------------------------|
+| `script/bootstrap` | Instala dependências e configura o projeto. |
+| `cp .env.example .env` | Copia o arquivo de exemplo de ambiente. |
+| `npm run dev` | Compila e recarrega o app em modo de desenvolvimento. |
+| `npm run build` | Compila e minifica o app para produção. |
+| `npm run lint` | Verifica e corrige problemas no código. |
+| `npm run format` | Formata os arquivos usando Prettier. |
+| `npm start` | Compila e executa o app em modo de produção. |
-**Resources:**
-- We meet every **Wednesday from 12-1 p.m. PT and Thursdays from 8-8:30 p.m. PT**. Sign up for an [orientation](https://forms.gle/4miQJ8ccuWdeJha16)
-- Try out our [demo](https://www.figma.com/file/46c9cmuTiCpFA4DHB8OK0H/Amplify-User-Interface-%2B-Design-Guide?node-id=1585%3A653) or review [App Research](https://www.notion.so/programequity/Dare-to-Dream-Civic-Engagement-is-key-to-change-595ca4db3a2948c6b44569b58d530c8c)
+---
-# Project setup
-In order to get started, you can clone, download a ZIP, or fork this repository to work on your local machine. If you would like to get started with Codespaces instead, the video below will walk you through setting up your Codespace.
+## Contribuindo
-https://user-images.githubusercontent.com/9143339/159093687-6fc90733-0599-445c-b08b-a6378d988e4b.mov
+Contribuições são bem-vindas! Confira nosso [Guia de Contribuição](./CONTRIBUTING.md) para mais detalhes.
-Codespaces Set Up
+---
-## Contributing
-Would you like to become a contributor? Please check out our [contributors guide](./CONTRIBUTING.md)! 💝
+## Visão Geral do Aplicativo
-Run the following script first:
-```shell
-script/bootstrap
-```
+### Estrutura do Aplicativo
+**Estrutura Atual:**
+
-You will need to copy the `.env.example` file to a `.env` file in this repo. You can use the following command in your terminal:
-```shell
-cp .env.example .env
-```
-
-### Compiles and hot-reloads full app for development
-```shell
-npm run dev
-```
-
-### Compiles and minifies for production
-```shell
-npm run build
-```
-
-### Lints and fixes files
-```shell
-npm run lint
-```
-
-### Runs Prettier and fixes files
-```shell
-npm run format
-```
-
-### Build and run as if in prod
-```shell
-npm start
-```
-
-### Customize configuration
-See [Configuration Reference](https://cli.vuejs.org/config/).
-
-# App Walkthrough
-
-**App Structure**
-
-Current Structure:
-
-
-
-Goal Structure:
-
-
-
-**User Journey:**
-
-https://user-images.githubusercontent.com/9143339/159093855-c01e1d77-0d6a-4f6e-b691-81491830001a.mp4
-
-
+**Estrutura Objetivo:**
+
+### Jornada do Usuário
+Assista ao [Vídeo da Jornada do Usuário](https://user-images.githubusercontent.com/9143339/159093855-c01e1d77-0d6a-4f6e-b691-81491830001a.mp4) para uma visão geral do aplicativo.
\ No newline at end of file