Add gitpod config

this commit adds support for Gitpod.io, a free automated
dev environment that makes contributing and generally working on GitHub
projects much easier. It allows anyone to start a ready-to-code dev
environment for any branch, issue and pull request with a single click.
This commit is contained in:
Anix
2020-03-13 07:12:17 +00:00
parent b7547f151e
commit 184ff51774
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
tasks:
- init: npm install && npm run build
command: npm run dev