Files
tech-interview-handbook/.gitpod.yml
Nisar Hassan Naqvi d8fd58416b misc: simplify code contributions by automating the dev setup with Gitpod (#152)
* simplifies code contributions by automating the dev setup with gitpod.

* Update README.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2020-03-15 13:23:55 +08:00

8 lines
210 B
YAML

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