mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-13 13:50:00 +08:00
* simplifies code contributions by automating the dev setup with gitpod. * Update README.md Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
8 lines
210 B
YAML
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
|