Skip to content

Update README with getting started section#745

Open
yeshwanthp7 wants to merge 1 commit intoaccordproject:mainfrom
yeshwanthp7:patch-1
Open

Update README with getting started section#745
yeshwanthp7 wants to merge 1 commit intoaccordproject:mainfrom
yeshwanthp7:patch-1

Conversation

@yeshwanthp7
Copy link

Summary

This PR adds a Getting Started section to the README.

It includes:

  • Prerequisites (Node.js and npm versions)
  • Installation steps
  • Instructions to run the project locally

This improves onboarding for new contributors and users.

Added prerequisites and installation instructions to the README.
Copilot AI review requested due to automatic review settings February 24, 2026 16:36
@yeshwanthp7 yeshwanthp7 requested a review from a team as a code owner February 24, 2026 16:36
@netlify
Copy link

netlify bot commented Feb 24, 2026

Deploy Preview for ap-template-playground ready!

Name Link
🔨 Latest commit 3cd859b
🔍 Latest deploy log https://app.netlify.com/projects/ap-template-playground/deploys/699dd38b9a2e6c00088791f9
😎 Deploy Preview https://deploy-preview-745--ap-template-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

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

This PR adds a "Getting Started" section to the README to improve onboarding for new contributors and users. The section includes prerequisites (Node.js and npm versions), installation instructions, and aims to provide setup guidance for running the project locally.

Changes:

  • Added "Getting Started" section with prerequisites and installation steps
  • Positioned the new section before the Demo section in the README

Comment on lines +42 to +54
## Getting Started

### Prerequisites

- Node.js >= 18 (LTS recommended)
- npm >= 9

### Installation

```bash
git clone https://github.com/accordproject/template-playground.git
cd template-playground
npm install
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

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

The Getting Started section is incomplete. According to the PR description, this should include "Instructions to run the project locally," but only installation steps are provided. Please add a "Running Locally" or "Development" subsection after Installation that includes the command to start the development server (e.g., npm run dev based on package.json scripts).

Copilot uses AI. Check for mistakes.
### Prerequisites

- Node.js >= 18 (LTS recommended)
- npm >= 9
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

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

The npm version requirement doesn't match the package.json specification. The package.json defines "npm": ">=6" (line 8), but this documentation states "npm >= 9". Please align this with the actual package.json requirement, which is npm >= 6.

Suggested change
- npm >= 9
- npm >= 6

Copilot uses AI. Check for mistakes.
Comment on lines +51 to +54
```bash
git clone https://github.com/accordproject/template-playground.git
cd template-playground
npm install
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

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

The code block is not properly closed. The bash code block starting at line 51 is missing the closing triple backticks. This should be added after the "npm install" line (line 54) to properly format the code block.

Copilot uses AI. Check for mistakes.
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.

2 participants