Skip to content

Commit 517ea99

Browse files
committed
docs: remove outdated development baseline instructions from README
1 parent 801160a commit 517ea99

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

README.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -46,38 +46,6 @@ Hook specially designed for audio interaction and analysis applications, which c
4646

4747
Echo UI's component library is responsive, meaning they can automatically adapt to different screen sizes, providing a good experience on different devices.
4848

49-
## Development baseline
50-
51-
Echo UI supports Node.js 24 and pnpm 10. The repository pins pnpm 10.22.0 through `packageManager`; `.nvmrc` selects the supported Node.js major, and the package engines reject unsupported majors.
52-
53-
From a fresh checkout:
54-
55-
```bash
56-
nvm use
57-
corepack enable
58-
pnpm install --frozen-lockfile
59-
pnpm verify:frozen
60-
```
61-
62-
`pnpm verify:frozen` installs the exact lockfile and runs the complete release gate. `pnpm verify` runs the same lint, type, package-artifact, consumer, library, example, documentation, and browser checks without reinstalling. The supported matrix and migration notes are recorded in [RELEASE_NOTES.md](./RELEASE_NOTES.md). These checks can also be run independently:
63-
64-
```bash
65-
pnpm typecheck
66-
pnpm build
67-
pnpm test
68-
pnpm test:package
69-
pnpm verify:release
70-
pnpm typecheck:example
71-
pnpm build:example
72-
pnpm typecheck:docs
73-
pnpm dev:docs
74-
pnpm build:docs
75-
pnpm preview:docs
76-
pnpm test:docs
77-
```
78-
79-
The production documentation is built from the `docs` workspace and exported to `docs/out`.
80-
8149
## License
8250

8351
[MIT](./LICENSE) © 2023-Present [leyoonafr](https://github.com/codeacme17)

0 commit comments

Comments
 (0)