Skip to content

Commit

Permalink
simplify contributions by fully automating the dev setup with gitpod.
Browse files Browse the repository at this point in the history
  • Loading branch information
nisarhassan12 committed Feb 19, 2020
1 parent 32a1223 commit f99494b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ node_modules/
!.gitattributes
!.hound.yml
!.scss-lint.yml
!.gitpod.yml
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tasks:
- init: yarn install

0 comments on commit f99494b

Please sign in to comment.