---
slug: "codex-test"
source_type: "skill_md"
source_url: "https://cdn.jsdelivr.net/gh/trahoangdev/codex-test@main/SKILL.md"
repo: "https://github.com/trahoangdev/codex-test"
source_file: "SKILL.md"
branch: "main"
---
---
name: codex-test
description: "Use when working on the trahoangdev/codex-test repository, including setup, running the Next.js app, and making common edits."
---

# Codex Test Repo

## Quick start

- Install deps: `npm install`
- Run dev server: `npm run dev`
- Build: `npm run build`
- Lint: `npm run lint`

## Project layout

- App Router entry: `app/`
- Global styles: `app/globals.css`
- Tailwind config: `tailwind.config.ts`

## Conventions

- Keep edits minimal and scoped to the request.
- Prefer `app/` for UI changes.
