From 5760230991b5f19b82e81c7b6bb53a5ea972f588 Mon Sep 17 00:00:00 2001 From: jaodoka02 <119019760+jaodoka02@users.noreply.github.com> Date: Thu, 24 Nov 2022 22:31:01 -0300 Subject: [PATCH 1/3] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Código traduzido para o português do Brasil --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7782006b..4e4c0be1 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,6 @@ To test static build: $ npm run serve:static ``` -## Deploying +## Deploying// Our [production deployment of SHOP](https://shop.polymer-project.org/) is hosted on App Engine with Node.js. It can be deployed with [the same steps as PWA Starter Kit](https://polymer.github.io/pwa-starter-kit/building-and-deploying/#deploying-prpl-server). From 4c063a4bcdd7fd7e0c6d6f1133f961aeb4c286e9 Mon Sep 17 00:00:00 2001 From: jaodoka02 <119019760+jaodoka02@users.noreply.github.com> Date: Thu, 24 Nov 2022 22:56:44 -0300 Subject: [PATCH 2/3] Translate code Translate for portuguese --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e4c0be1..57368361 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[Translate Code.pdf](https://github.com/jaodoka02/shop-translate/files/10088036/Translate.Code.pdf) # SHOP Shop is a sample e-commerce [Progressive Web App](https://developers.google.com/web/progressive-web-apps/). From 7aa2d91b5e642e551c43538a05db070803a41d06 Mon Sep 17 00:00:00 2001 From: jaodoka02 <119019760+jaodoka02@users.noreply.github.com> Date: Thu, 24 Nov 2022 23:30:49 -0300 Subject: [PATCH 3/3] Correct Translate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Traduzido para o português --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/README.md b/README.md index 57368361..9e88e550 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ Shop is a sample e-commerce [Progressive Web App](https://developers.google.com/web/progressive-web-apps/). +Shop é um exemplo de [Progressive Web App] de comércio eletrônico(https://developers.google.com/web/progressive-web-apps/). + ![shop screenshot](https://user-images.githubusercontent.com/116360/39545341-c50a9184-4e05-11e8-88e0-0e1f3fa4834b.png) +![captura de tela da loja]( https://user-images.githubusercontent.com/116360/39545341-c50a9184-4e05-11e8-88e0-0e1f3fa4834b.png ) ## Features/highlights @@ -11,6 +14,13 @@ Shop is a sample e-commerce [Progressive Web App](https://developers.google.com/ - pattern for a real-life shopping cart and store checkout flow - pattern for using custom announcers for accessibility +## Recursos/destaques + +- um exemplo de site de compras de comércio eletrônico +- padrão para um carrinho de compras da vida real e fluxo de checkout da loja +- padrão para usar anunciantes personalizados para acessibilidade + + ## Setup ```bash $ git clone https://github.com/Polymer/shop.git @@ -18,22 +28,51 @@ $ cd shop $ npm i $ npm start ``` +## Configurar +```bash +$ git clone https://github.com/Polymer/shop.git +$ loja de CDs +$ npm eu +$ npm início +``` + ## Build ```bash $ npm run build ``` +## Construir +```bash +$ npm executar compilação +``` + ## Test the build To test prpl-server build: ```bash $ npm run serve:prpl-server ``` +## Testar a compilação +Para testar a compilação prpl-server: +```bash +$ npm run serve:prpl-server +``` + + To test static build: ```bash $ npm run serve:static ``` +Para testar a compilação estática: +```bash +$ npm run serve:static +``` ## Deploying// Our [production deployment of SHOP](https://shop.polymer-project.org/) is hosted on App Engine with Node.js. It can be deployed with [the same steps as PWA Starter Kit](https://polymer.github.io/pwa-starter-kit/building-and-deploying/#deploying-prpl-server). + +## Implantando// + +Nossa [implantação de produção do SHOP]( https://shop.polymer-project.org/ ) está hospedada no App Engine com Node.js. Ele pode ser implantado com [as mesmas etapas do PWA Starter Kit]( https://polymer.github.io/pwa-starter-kit/building-and-deploying/#deploying-prpl-server ). +