Skip to content

Commit

Permalink
Adding Gitpod (#508)
Browse files Browse the repository at this point in the history
* Adding Gitpod

* Using default Gitpod image

* Adding Gitpod to README

* Adding base image as node 14.17.0-alpine

* Use default Gitpod image
  • Loading branch information
Brunomachadob authored Jun 2, 2021
1 parent add0cb4 commit 40c6af8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ports:
- port: 3000
onOpen: open-preview
tasks:
- init: npm install
command: npm run dev
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* `npm run dev` start dev server
* `now dev` if you need local serveless function (requires now)

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://github.com/baires/shouldideploy)

## Add your reasons

Reasons are located under [reasons.js](https://github.com/baires/shouldideploy/blob/master/helpers/reasons.js)
Expand Down

1 comment on commit 40c6af8

@vercel
Copy link

@vercel vercel bot commented on 40c6af8 Jun 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.