Skip to content

docs: add quick start#76

Open
MolhamHamwi wants to merge 1 commit into
Ghbounty:mainfrom
MolhamHamwi:docs/quick-start
Open

docs: add quick start#76
MolhamHamwi wants to merge 1 commit into
Ghbounty:mainfrom
MolhamHamwi:docs/quick-start

Conversation

@MolhamHamwi
Copy link
Copy Markdown

Summary

  • add a ## Quick Start section directly after the README title/intro
  • include the requested prerequisites and setup commands
  • keep the change scoped to README docs only

Verification

  • pre-commit: pnpm typecheck
  • pre-commit: pnpm test

Closes #26

Copilot AI review requested due to automatic review settings May 11, 2026 06:00
@MolhamHamwi MolhamHamwi requested a review from tomazzi14 as a code owner May 11, 2026 06:01
@vercel
Copy link
Copy Markdown

vercel Bot commented May 11, 2026

@MolhamHamwi is attempting to deploy a commit to the weareghbounty-6269's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a Quick Start section near the top of the README to provide basic setup/run instructions for the project (per issue #26).

Changes:

  • Added a ## Quick Start section after the README intro.
  • Documented prerequisites (Node, pnpm, Solana CLI) and initial setup/run commands for the frontend.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +13 to +17
```bash
pnpm install
cp frontend/.env.example frontend/.env.local
cd frontend && pnpm dev
```
Comment thread README.md
Comment on lines +9 to +10
- Node 24+
- pnpm 10+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Quick Start section to README

2 participants