diff options
| -rw-r--r-- | .gitpod.yml | 5 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..572ee31 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +image: gitpod/workspace-full + +tasks: + - init: yarn install && yarn run build + command: yarn run start @@ -1,3 +1,5 @@ +[](https://gitpod.io/#https://github.com/Alee14/chine-projet) + # chine-project ## Build Setup |
