Skip to content

Commit

Permalink
chore: add gitpod config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedali8 committed Jan 15, 2024
1 parent c4e62a0 commit 617ade1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
image: "gitpod/workspace-bun"

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

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

0 comments on commit 617ade1

Please sign in to comment.