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
1 change: 0 additions & 1 deletion .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ knowledge_base:
enabled: true
file_patterns:
- "**/CLAUDE.md"
- "**/.cursorrules"

# Web search for additional context (library docs, etc.)
web_search:
Expand Down
71 changes: 0 additions & 71 deletions .cursor/rules/codeswhat-project.mdc

This file was deleted.

30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# CodesWhat website

Private source for the public CodesWhat org site at codeswhat.com. The
Next.js app lives in `frontend/`; everything deployable is under that
directory.

## What this repo is (and isn't)

This is permanently private infrastructure, not a community project. That's
why there's no LICENSE, CONTRIBUTING, SECURITY policy, or CODEOWNERS here:
the site's source isn't published, only the rendered site is. The tier
decision and rationale live in the private ops repo
(`decisions/repository-tiers.md`).

## Working here

- Flow: feature branches PR into `dev`, then `dev` promotes to `main`.
- CI: `website.yml` runs the website contract checks.
- Deploys: Vercel, but git-integration deploys are broken for this repo (a
private repo in a GitHub org can't deploy on the Hobby plan). Production
deploys happen from a local checkout with
`npx vercel deploy --prod --scope codeswhat`.
- Analytics: PostHog via the shared "CodesWhat Public Websites" project,
proxied through `e.codeswhat.com`, cookieless.

## More docs

- `docs/README.md` - development guide
- `frontend/README-VERCEL.md` - deploy specifics
- `ROADMAP.md` - planned sections and site direction
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ npm run dev # Start development server
```

### Other Documentation
- **Cursor Rules**: See `.cursorrules` in the project root
- **Future Plans**: See `FUTURE_SECTIONS.md` in the project root
Loading