amphtml
amphtml copied to clipboard
Add missing build/setup instructions to README.md
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:
- Clone the repo.
- Run
gulp buildas instructed. - Observe the error (command not found).
Suggested fix: Replacegulp buildwithnpm run buildin README.md, based on the current build scripts in package.json.
Environment tested: Node.js v20.x