Description
The current README.md has a Table of Contents entry for "Installation & Development", but the section is missing the actual command-line instructions.
Task
Please update the README.md file to include a step-by-step guide for running the project locally.
Expected Content:
- Clone repository
- Install dependencies (
npm install or pnpm install)
- Setup
.env (mention required variables like NEXT_PUBLIC_WALLET_CONNECT_ID)
- Run development server (
npm run dev)
Labels: documentation, good first issue
Description
The current
README.mdhas a Table of Contents entry for "Installation & Development", but the section is missing the actual command-line instructions.Task
Please update the
README.mdfile to include a step-by-step guide for running the project locally.Expected Content:
npm installorpnpm install).env(mention required variables likeNEXT_PUBLIC_WALLET_CONNECT_ID)npm run dev)Labels:
documentation,good first issue