From e90fec71cb9f2b201a9d25c0a782f9c21cdb90a7 Mon Sep 17 00:00:00 2001 From: Priyatham Sai Chand Date: Fri, 22 Jan 2021 06:17:57 +0000 Subject: [PATCH 1/2] Fully automate dev setup with Gitpod This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click. --- .gitpod.Dockerfile | 7 +++++++ .gitpod.yml | 6 ++++++ README.md | 2 ++ 3 files changed, 15 insertions(+) create mode 100644 .gitpod.Dockerfile create mode 100644 .gitpod.yml diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile new file mode 100644 index 0000000..f0decb6 --- /dev/null +++ b/.gitpod.Dockerfile @@ -0,0 +1,7 @@ +FROM gitpod/workspace-mongodb + +# Install custom tools, runtimes, etc. +# For example "bastet", a command-line tetris clone: +# RUN brew install bastet +# +# More information: https://www.gitpod.io/docs/config-docker/ diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..d35c443 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +image: + file: .gitpod.Dockerfile + +tasks: + - init: npm install && npm run build + command: npm run start diff --git a/README.md b/README.md index 4661930..4ba3c81 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/Priyatham-sai-chand/Locaft) + ![auction](public/locaft.jpg) From 41b8d66ae087182f7d545cdf9421fca85dce1f8b Mon Sep 17 00:00:00 2001 From: Priyatham Sai Chand Date: Fri, 22 Jan 2021 06:23:50 +0000 Subject: [PATCH 2/2] update Readme.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ba3c81..fc1d48c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ -[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/Priyatham-sai-chand/Locaft) ![auction](public/locaft.jpg) - +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/Priyatham-sai-chand/Locaft) ![GitHub language count](https://img.shields.io/github/languages/count/Priyatham-sai-chand/Locaft?style=for-the-badge) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Priyatham-sai-chand/Locaft?style=for-the-badge) ![GitHub](https://img.shields.io/github/license/Priyatham-sai-chand/Locaft?style=for-the-badge)