Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,24 @@
```bash
# Clone the repository
git clone https://github.com/TTMordred/CryptoPath.git
```

# Navigate to project directory
```
cd cryptopath
```

# Install dependencies
```s
npm install
npm install next --legacy-peer-deps
```

# Set up environment variables
touch .env.local
```s
touch .env.local
```

Populate `.env.local` with:
```dotenv
ETHERSCAN_API_KEY=YOUR_API_KEY
Expand Down
Loading