Skip to content

Commit

Permalink
feat: add GitPod config
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Dec 31, 2023
1 parent 87dddf2 commit 9624f2f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
image: "gitpod/workspace-bun:latest"

tasks:
- name: "Install dependencies"
before: "curl -L https://foundry.paradigm.xyz | bash"
init: "bun install"

vscode:
extensions:
- "esbenp.prettier-vscode"
- "NomicFoundation.hardhat-solidity"

0 comments on commit 9624f2f

Please sign in to comment.