Skip to content

Commit

Permalink
[repo] Add gitpod configuration for in-browser demo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Apr 13, 2022
1 parent bf9a2f3 commit 9070dd1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
tasks:
- init: yarn install
command: yarn start
ports:
- port: 3000
onOpen: open-preview

github:
prebuilds:
# add a "Review in Gitpod" button to pull requests (defaults to false)
addBadge: true
# add a label once the prebuild is ready to pull requests (defaults to false)
addLabel: prebuild-in-gitpod
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: true
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Moodle Developer Resoruces

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/andrewlyons/dinodevdocs/)
[![Lint](https://github.com/andrewnicols/dinodevdocs/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/andrewnicols/dinodevdocs/actions/workflows/markdown-lint.yml)
[![Build](https://github.com/andrewnicols/dinodevdocs/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/andrewnicols/dinodevdocs/actions/workflows/pages/pages-build-deployment)
[![Deployment](https://github.com/andrewnicols/dinodevdocs/actions/workflows/deploy.yml/badge.svg)](https://github.com/andrewnicols/dinodevdocs/actions/workflows/deploy.yml)
Expand Down

0 comments on commit 9070dd1

Please sign in to comment.