Skip to content

conduitcms/claude-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Project Name]

[Brief description of your project in 1-2 sentences]

Overview

[Explain what your project does and the problem it solves. This section should give readers a clear understanding of the project's purpose.]

Key Features

  • Feature 1: [Description]
  • Feature 2: [Description]
  • Feature 3: [Description]
  • Feature 4: [Description]

Quick Start

Prerequisites

  • Node.js 20+
  • [Other requirements]

Local Development

# Clone and install
git clone <repo-url>
cd [project-name]
npm install

# Set up environment
cp .env.example .env
# Edit .env with your credentials

# Initialize database (if applicable)
npx prisma db push

# Start development server
npm run dev

Environment Variables

# Required
DATABASE_URL="file:./dev.db"
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET="your-secret-here"

# Optional
# Add your environment variables here

Architecture

[High-level architecture diagram or description]

[Brief description of how the system works]

Documentation

Document Purpose
CLAUDE.md AI agent development instructions
docs/PRD.md Product requirements
docs/ARCHITECTURE.md System architecture
docs/API_SPEC.md API reference
docs/DOCUMENTATION_MAP.md Full documentation index

Tech Stack

  • Framework: Next.js 14+ (App Router)
  • Language: TypeScript
  • Styling: TailwindCSS
  • Database: Prisma (PostgreSQL/SQLite)
  • Auth: NextAuth.js

License

[Your license here]

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors