Add missing build/setup instructions to README.md

Open Beginner friendly
#40,431 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
75/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
javascript
Domain
documentation

Research direction

Update the build instructions in README.md, using the current scripts in package.json as the reference. Replace the obsolete command with the documented build command, then run npm run build to verify that the instructions work.

Written by the indexing model from the issue text.

Description

File: README.md
Section: Getting Started / Build instructions
Problem: The documentation references gulp build, but gulp is no longer used in the project. Running this command fails.
Steps to reproduce:

  1. Clone the repo.
  2. Run gulp build as instructed.
  3. Observe the error (command not found).
    Suggested fix: Replace gulp build with npm run build in README.md, based on the current build scripts in package.json.
    Environment tested: Node.js v20.x
Dominant language
JavaScript
Stars
14.9k
Forks
4.1k
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ampproject/amphtml

All issues in ampproject/amphtml

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.