mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-11 12:56:40 +00:00
* 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
6 lines
108 B
YAML
6 lines
108 B
YAML
image:
|
|
file: .gitpod.Dockerfile
|
|
|
|
tasks:
|
|
- init: npm install && npm run build
|
|
command: npm run start
|