Skip to content

Commit

Permalink
feat: gitpodify project (EddieHubCommunity#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Cahllagerfeld <Cahllagerfeld>
  • Loading branch information
Cahllagerfeld authored Sep 10, 2021
1 parent b37880f commit cfce14e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- name: npm
init: npm install
command: npm run start

# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 3000
onOpen: open-browser

github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true
addComment: false
addBadge: true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# EddieHub Members

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

## Quickstart

1. fork project
Expand Down

0 comments on commit cfce14e

Please sign in to comment.