Skip to content

Euricom/poc-claude-code

Repository files navigation

euri-demo-pr-review

A React-based demo application for best AI practices, built with Vite, TypeScript, and TailwindCSS.

🚀 Quick Start

# Install dependencies
bun install

# Start development server
bun run dev 

# Build for production
bun build

# Preview production build
bun preview

# Run linting
bun lint

🛠️ Tech Stack

Multi Agents Workflow Support

This project has support for the following multi-agents workflows:

Cursor (see .cursor/worktrees.json)

Config see .cursor/worktrees.json

You can select 'Local', 'Worktree' or 'Cloud' when creating an agent. When selecting 'Worktree' following commands are executed after the worktree is created:

# allow direnv permission
direnv allow

# install dependencies
bun install

# copy .env file from root worktree to the worktree
cp $ROOT_WORKTREE_PATH/.env .env

This will allow the agent to run npm scrips with the correct environment variables.

Conductor (see conductor.json)

Worktrunk (see ./config/wt.toml)

# create new worktree
worktrunk add switch --create add-user-list

# remove worktree
worktrunk remove

Workmux (see .workmux.yaml)

The workmux workflow support auto port allocation for the vite server, using direnv

# open tmux
tmux

# create new worktree
workmux add add-user-list

# remove worktree
workmux remove

Prime the AI

Read README.md, CLAUDE.md, and run `git ls-files` to understand this codebase.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages