Skip to content

Claude Workshop - Professional Claude Code training for engineering teams

Notifications You must be signed in to change notification settings

cursorworkshop/claudeworkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Workshops

Professional AI-powered development training for engineering teams. Hands-on, intensive 5-day offsites in premium locations designed to transform experienced developers into Claude Code power-users.

What We Offer

Engineering Offsites & Professional Training

  • 5-day intensive Claude Code bootcamps in stunning Mediterranean locations
  • Expert-led curriculum delivered by official Claude ambassadors
  • Real-world AI implementation through hands-on coding sessions
  • All-inclusive experience combining technical training with luxury accommodation
  • Small group training (12-20 participants) for personalized attention

Next Event: November 2025

  • Location: Kyrimai Hotel, Mani Peninsula, Greece
  • Professional offsite for engineering teams
  • Production-ready workflows and practical applications
  • Mediterranean setting for focused learning and team bonding

Tech Stack

  • Framework: Next.js 14 with App Router
  • Language: TypeScript (strict mode)
  • Styling: Tailwind CSS with shadcn/ui components
  • Content Management: Markdown-based CMS
  • UI Components: shadcn/ui component library
  • Icons: Lucide React
  • Font: Inter (optimized with Next.js font system)

Project Structure

claudeworkshop/
├── src/
│   ├── app/
│   │   ├── workshops/         # Workshop listings and detail pages
│   │   ├── about/            # About page and company information
│   │   ├── contact/          # Contact information
│   │   └── globals.css       # Global styles and CSS variables
│   ├── components/
│   │   ├── ui/              # shadcn/ui components (Button, Card, etc.)
│   │   ├── Hero.tsx         # Homepage hero section
│   │   ├── Footer.tsx       # Site footer
│   │   └── ...              # Other custom components
│   └── lib/
│       ├── config.ts        # Site configuration
│       ├── markdown.ts      # Markdown processing utilities
│       └── types.ts         # TypeScript type definitions
├── content/
│   ├── workshops/           # Workshop content in markdown format
│   ├── about/              # About page content
│   └── sponsors/           # Sponsor information
├── public/
│   └── images/             # Static images and assets
└── components.json         # shadcn/ui configuration

Development

Prerequisites

  • Node.js 18+ and npm/pnpm
  • Git for version control

Getting Started

# Clone the repository
git clone [repository-url]
cd claudeworkshop

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

Key Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run lint - Run ESLint
  • npm run lint:fix - Fix ESLint issues automatically

Content Management

Adding Workshops Create a new folder in content/workshops/ with an index.md file:

---
title: 'Claude Code Deep-Dive Workshop'
description: '5-day intensive bootcamp in Mediterranean setting'
date: '2025-11-09'
startTime: '09:00'
endTime: '17:00'
timezone: 'EET'
location: 'Kyrimai Hotel, Mani Peninsula, Greece'
image: '/images/workshops/banner.jpg'
registrationUrl: 'mailto:contact@example.com'
tags: ['Bootcamp', 'AI Development', 'Greece']
---

Workshop content goes here in markdown format.

Design System

Color Palette

  • Professional grayscale and neutral tones
  • Minimal use of accent colors
  • Corporate-appropriate styling throughout

Typography

  • Primary font: Inter
  • Clear hierarchy with proper heading structure
  • Consistent spacing and sizing

Components

  • Built with shadcn/ui for consistency
  • Responsive design with mobile-first approach
  • Clean, minimalist aesthetic

Deployment

The site is optimized for deployment on modern hosting platforms:

# Production build
npm run build

# Start production server
npm run start

Environment variables:

  • Configure NEXT_PUBLIC_SITE_URL for your domain
  • Update contact information in src/lib/config.ts

Contact

For inquiries about Claude Workshops:


Built for professional engineering teams seeking to master AI-powered development with Claude Code.# Updated Tue Aug 26 16:58:34 CEST 2025

Mobile UI Improvements - Tue Aug 26 17:00:03 CEST 2025

About

Claude Workshop - Professional Claude Code training for engineering teams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors