Skip to content

Add missing npm install step in Contributing section of README #6

@SinghaAnirban005

Description

@SinghaAnirban005

Description

The Contributing section of the README is missing a critical step to install dependencies using npm install. Without this step, contributors might encounter errors while trying to deploy the app on their development server.

Suggested Fix:

Add the following step after cd AgileBot in the Contributing section:

Install the required dependencies
npm install

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions