-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add gitpod config file for quick setup (#30921)
Co-authored-by: Debdut Chakraborty <[email protected]>
- Loading branch information
1 parent
cf3f91f
commit d5d7d50
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
tasks: | ||
- init: | | ||
nvm install $(jq -r .engines.node package.json) && | ||
curl https://install.meteor.com/ | sh && | ||
export PATH="$PATH:$HOME/.meteor" && | ||
yarn && | ||
export ROOT_URL=$(gp url 3000) | ||
command: yarn build && yarn dev | ||
ports: | ||
- port: 3000 | ||
visibility: public | ||
onOpen: open-preview | ||
|
||
github: | ||
prebuilds: | ||
master: true | ||
pullRequests: true | ||
pullRequestsFromForks: true | ||
addCheck: true | ||
addComment: true | ||
addBadge: true | ||
|
||
vscode: | ||
extensions: | ||
- esbenp.prettier-vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters