From 960ab614d3062b0434318fe1d8e791b37cb851cc Mon Sep 17 00:00:00 2001 From: Sven Efftinge Date: Wed, 12 Feb 2020 07:22:24 +0000 Subject: [PATCH] Add gitpod config --- .gitpod.yml | 19 +++++++++++++++++++ CONTRIBUTING.md | 4 ++++ README.md | 1 + 3 files changed, 24 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000000..acf0da7d59 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,19 @@ +tasks: + - init: | + yarn install + echo '{ "api": { "url": "https://next.storefrontcloud.io" }}' > config/local.json + yarn build + command: yarn dev + +ports: + - port: 3000 + onOpen: open-preview + +vscode: + extensions: + - octref.vetur@0.23.0:TEzauMObB6f3i2JqlvrOpA== + - dbaeumer.vscode-eslint@2.0.15:/v3eRFwBI38JLZJv5ExY5g== + - eg2.vscode-npm-script@0.3.11:peDPJqeL8FmmJiabU4fAJQ== + - formulahendry.auto-close-tag@0.5.6:oZ/8R2VhZEhkHsoeO57hSw== + - formulahendry.auto-rename-tag@0.1.1:lKCmLIZAiCM0M8AjDnwCLQ== + - dariofuzinato.vue-peek@1.0.2:oYJg0oZA/6FBnFfW599HRg== diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 00130e0de7..635fac2bf5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,6 +3,10 @@ Already a JavaScript/Vue.js developer? Pick an issue, push a pull request (PR) and instantly become a member of the vue-storefront contributors community. We've marked some issues as "Easy first pick" to make it easier for newcomers to begin! +You can start a ready-to-code development environment in your browser, by clicking the button below: + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/) + Thank you for your interest in, and engagement! Before you type an issue please read about out [release lifecycle](https://docs.vuestorefront.io/guide/basics/release-cycle.html). diff --git a/README.md b/README.md index 369a3946cb..97c08c0ba5 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Branch stable Branch Develop ![Branch Develop](https://img.shields.io/badge/community%20chat-slack-FF1493.svg) +[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/from-referrer/) Vue Storefront is a standalone PWA storefront for your eCommerce, possible to connect with any eCommerce backend (eg. Magento, Pimcore/CoreShop, [BigCommerce](https://github.com/DivanteLtd/bigcommerce2vuestorefront), Prestashop or Shopware) through the API.