Nicholai 2e051e4bef feat: complete project setup with auth and contributor docs
- 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
2026-01-21 23:02:18 -07:00
..

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

  1. start with START-HERE.md to set up your environment
  2. read CONTRIBUTING.md for the workflow overview
  3. check commit-messages.md before your first commit
  4. 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