Skip to content

Commit 3762c1b

Browse files
author
Simon Prickett
authored
Merge pull request #30 from pawlean/master
Add Gitpod support
2 parents 114a842 + 5d93941 commit 3762c1b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitpod.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)