Skip to content

Commit

Permalink
Merge pull request #30 from pawlean/master
Browse files Browse the repository at this point in the history
Add Gitpod support
  • Loading branch information
Simon Prickett authored Jan 10, 2022
2 parents 114a842 + 5d93941 commit 3762c1b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
tasks:
- name: Install RedisTimeSeries module
init: docker-compose up -d
command: gp sync-done finished
openMode: split-left
- name: Start front-end
init: >
npm install &&
npm run load src/resources/data/sites.json
command: gp sync-await finished && npm run dev
openMode: split-right

ports:
- port: 8081
onOpen: open-preview

0 comments on commit 3762c1b

Please sign in to comment.