Skip to content

Commit

Permalink
feat: add Gitpod support (snapshot-labs#1150)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabien <[email protected]>
  • Loading branch information
bigint and bonustrack authored Dec 14, 2021
1 parent b15cdee commit 02134be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
- name: Setup
init: |
yarn install --frozen-lockfile --silent --network-timeout 100000
command: yarn dev

ports:
- port: 3000
onOpen: open-preview

0 comments on commit 02134be

Please sign in to comment.