forked from yangshun/tech-interview-handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc: simplify code contributions by automating the dev setup with Gi…
…tpod (yangshun#152) * simplifies code contributions by automating the dev setup with gitpod. * Update README.md Co-authored-by: Yangshun Tay <[email protected]>
- Loading branch information
1 parent
af6d205
commit d8fd584
Showing
2 changed files
with
17 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,7 @@ | ||
tasks: | ||
- command: gp await-port 3000 && gp preview $(gp url 3000)/tech-interview-handbook/ | ||
- init: cd website/ && yarn install && yarn build | ||
command: yarn start | ||
ports: | ||
- port: 3000 | ||
onOpen: ignore |
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