Skip to content

docs: explain what this repository is for and how to run it - #9

Merged
mokevnin merged 5 commits into
mainfrom
docs/readme
Aug 12, 2026
Merged

docs: explain what this repository is for and how to run it#9
mokevnin merged 5 commits into
mainfrom
docs/readme

Conversation

@mokevnin

Copy link
Copy Markdown
Contributor

The README said next to nothing — a bare title, a single line, or in one case an empty file. A reader arriving from a lesson could not tell what the repository demonstrates or how to start it.

It now covers three things: which course uses it and why it exists, the commands to run it, and what is worth reading in the code.

mokevnin and others added 5 commits August 11, 2026 22:30
Replace npm with pnpm (pnpm-lock.yaml, packageManager field) and biome with
oxlint + oxfmt, matching the toolchain used across Hexlet repositories.

oxlint enables all 12 plugins explicitly: by default it only loads typescript,
unicorn and oxc, so import, promise, node, jsdoc, vitest, react, react-perf,
jsx-a11y and vue checks would silently not run.

The Makefile spells the quiet flag as `pnpm --silent run <name>`. npm treated
a trailing -s as --silent, pnpm forwards it to the command instead. It matters
for the docs target in particular, where output is redirected into a file and
the pnpm banner would land inside it.

.oxfmtignore keeps oxfmt off non-JS files, which it would otherwise rewrite.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Node CI keeps running on main as well as on pull requests: this repository
publishes nothing, so there is no release workflow to check main instead.

release-please is deliberately absent. Nothing here is published, so there is
no version to track and CHANGELOG.md would have no reader.

dependabot sets commit-message.prefix: chore so its PRs pass the title lint.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Pure formatting, no behaviour change.
*.tsbuildinfo is an incremental build cache: it changes on every build and is
machine-specific, so every build produced a spurious diff.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The README said next to nothing: a title, or a single line, or nothing at all.
It now states which course uses the repository and why it exists, lists the
commands, and points at what is worth reading in the code.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@mokevnin
mokevnin merged commit 0ad6c0b into main Aug 12, 2026
2 checks passed
@mokevnin
mokevnin deleted the docs/readme branch August 12, 2026 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant