Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# AGENTS.md - CryptoHunter

## Development
- Requires Node.js ≥14.
- Install packages with `npm install --legacy-peer-deps`.
- Use `npm start` for the dev server.
- Before committing, verify the project builds by running `npm run build`.
- If any tests are present, run `npm test` as well.

## Style
- Use 2-space indentation and include semicolons.
- Favor React functional components as in existing files.
- Apply Prettier (or similar) to maintain consistent formatting.

## Commit messages
- Follow the structure `<scope>: <brief summary>`, e.g.
`Header: fix currency selector`.

## Pull requests
- Ensure `npm run build` succeeds and cite any test output in the PR body.