Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.prettierrc export-ignore
.prettierignore export-ignore
.editorconfig export-ignore
docs/ export-ignore linguist-documentation
skills/ export-ignore linguist-documentation
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
│ ├── src/features/ # Product views and interactions
│ ├── src/shared/ # API client, reusable controls, and utilities
│ └── public/ # Local static media
├── docs/ # HackerRank Code Repo guidelines
├── skills/validate/ # Read-only repository validation skill
├── .vscode/launch.json # Spring Boot debugger configuration
├── hackerrank.yml # HackerRank install and run configuration
└── setup.sh # Backend, MongoDB, and seed setup
Expand Down Expand Up @@ -94,13 +92,3 @@ The frontend runs on port `3000`, the API runs on port `8000`, and health is ava
| `bun run dev:frontend` | Starts only Vite on port `3000`. |

HackerRank installs the application with `bun install && bash setup.sh --seed` and runs it with `bun start`.

## Validate the Repository

Follow the [HackerRank Code Repo Guidelines](docs/HackerRank-Code-Repo-Guidelines.md) while creating the application to keep its structure, setup, and product behavior aligned.

When complete, validate the repository in Codex or Claude Code with this prompt:

```text
Read and follow skills/validate/SKILL.md to validate this complete Code Repo application against docs/HackerRank-Code-Repo-Guidelines.md. Run the in-scope static, install, build, start, API, and MongoDB checks, then write the report outside the repository.
```
281 changes: 0 additions & 281 deletions docs/HackerRank-Code-Repo-Guidelines.md

This file was deleted.

Loading