# codex-test > Use when working on the trahoangdev/codex-test repository, including setup, running the Next.js app, and making common edits. - Author: trahoangdev - Repository: trahoangdev/codex-test - Version: 20260130151339 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/trahoangdev/codex-test - Web: https://mule.run/skillshub/@@trahoangdev/codex-test~codex-test:20260130151339 --- --- 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.