There was an error while loading. Please reload this page.
2 parents 114a842 + 5d93941 commit 3762c1bCopy full SHA for 3762c1b
.gitpod.yml
@@ -0,0 +1,15 @@
1
+tasks:
2
+ - name: Install RedisTimeSeries module
3
+ init: docker-compose up -d
4
+ command: gp sync-done finished
5
+ openMode: split-left
6
+ - name: Start front-end
7
+ init: >
8
+ npm install &&
9
+ npm run load src/resources/data/sites.json
10
+ command: gp sync-await finished && npm run dev
11
+ openMode: split-right
12
+
13
+ports:
14
+ - port: 8081
15
+ onOpen: open-preview
0 commit comments