mirror of
https://github.com/NicholaiVogel/dashore-incubator.git
synced 2026-03-30 22:38:56 +00:00
- add WorkOS AuthKit authentication with middleware protection - add dashboard with sidebar layout (shadcn/ui components) - add contributor documentation (CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, START-HERE, Documentation/) - add CI workflow for lint and build on PRs - switch from pnpm to bun - add CLAUDE.md and AGENTS.md for AI assistant context
Documentation
contributor guides and reference documentation for dashore incubator.
quick reference
| Document | Purpose |
|---|---|
| ../START-HERE.md | Quick start for new contributors |
| ../CONTRIBUTING.md | Contribution workflow overview |
| commit-messages.md | Commit message format |
| pull-requests.md | PR workflow and guidelines |
| ../CODE_OF_CONDUCT.md | Community standards |
| ../SECURITY.md | Security vulnerability reporting |
for new contributors
- start with START-HERE.md to set up your environment
- read CONTRIBUTING.md for the workflow overview
- check commit-messages.md before your first commit
- review pull-requests.md before opening a PR
project context
- CLAUDE.md in the repo root has AI assistant context and project architecture
- the codebase uses Next.js 15 with App Router, deployed to Cloudflare Workers
- authentication is handled by WorkOS AuthKit
- UI components are from shadcn/ui
getting help
- discord: join our community
- issues: check existing issues or create a new one
- discussions: for questions and ideas