docs: dev setup + Contributing in root README#5
Merged
Conversation
Spell out the two npm install locations for new contributors: one at the repo root (covers both workspace packages) and a separate one in demos/angular, which isn't a workspace and consumes the built packages via file: deps — so build:angular must run before installing the demo. Also list the test / test:e2e scripts. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Summarize the branch + PR workflow, the pre-push build/test gate, and the key core/Angular conventions, linking to AGENTS.md for the full rules. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documenta en el README raíz cómo levantar el repo desde un clon limpio y cómo contribuir.
Dev setup (clon limpio)
npm install: dos sitios.packages/core,packages/angular) por ser workspaces.demos/angular: install aparte — no es workspace; consume los paquetes construidos víafile:deps.build:angularantes de instalar la demo (sufile:apunta apackages/angular/dist).npm testynpm run test:e2e.Contributing
main(sin commits directos), PRs enfocados.npm run build && npm test && npm run test:e2e.AGENTS.mdpara el detalle.🤖 Generated with Claude Code