Files
Nisar Hassan Naqvi dbb7ec5b90 gitpod setup: make the description precise + remove the build task to make the server startup fast. (#161)
* gitpod-setup make the description precise.

* remove the build task to make the server start fast.
2020-03-19 17:38:02 +08:00

9 lines
205 B
YAML

tasks:
- command: gp await-port 3000 && gp preview $(gp url 3000)/tech-interview-handbook/
- before: cd website/
init: yarn install
command: yarn start
ports:
- port: 3000
onOpen: ignore