meal_planner/.gitpod.yml
Ruidy 500c6a1b73
Rj nemo/gitpod setup (#4)
* Fully automate dev setup with Gitpod

This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.

* ignore file
2021-02-10 20:33:01 +01:00

6 lines
108 B
YAML

image:
file: .gitpod.Dockerfile
tasks:
- init: npm install && npm run build
command: npm run start