diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-10-07 12:14:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-07 12:14:50 -0400 |
| commit | 8aa8c6b12ca558ed82617ccc9d07ecd629447936 (patch) | |
| tree | 6b2270dfa573dfb119e8779490610cb21d7eb8bf | |
| parent | 301228ad97afa6b57a2a5290096ff9e03fb052a3 (diff) | |
| parent | dd8a5fd88ca1ff675e34952b6522d395e2efb552 (diff) | |
| download | chine-projet-8aa8c6b12ca558ed82617ccc9d07ecd629447936.tar.gz chine-projet-8aa8c6b12ca558ed82617ccc9d07ecd629447936.tar.bz2 chine-projet-8aa8c6b12ca558ed82617ccc9d07ecd629447936.zip | |
Merge pull request #1 from Alee14/Alee14/gitpod-setup
Alee14/gitpod setup
| -rw-r--r-- | .gitpod.yml | 10 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..a1f91f8 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,10 @@ +image: gitpod/workspace-full + +tasks: + - init: yarn install && yarn run build + command: yarn run start + +vscode: + extensions: + - abusaidm.html-snippets@0.2.1:HrYIjYqOIABbxFB9g9kqXQ== + - octref.vetur@0.28.0:bW1RGNnmWYQO43JdJgK34w==
\ No newline at end of file @@ -1,3 +1,5 @@ +[](https://gitpod.io/#https://github.com/Alee14/chine-projet) + # chine-project ## Build Setup |
