Skip to content
Discussion options

You must be logged in to vote

Starting a New Project with Puffin

Here's a step-by-step guide to get started with Puffin on a new project:

Prerequisites

  1. Install Node.js 18+
  2. Install Claude Code CLI and authenticate it:
    # Install Claude Code CLI (if not already installed)
    npm install -g @anthropic-ai/claude-3-cli
    
    # Authenticate with your API key
    claude auth
  3. Ensure Git is installed

Step-by-Step Setup

1. Clone and Set Up Puffin

# Clone the Puffin repository
git clone https://github.com/jdubray/puffin.git

# Navigate to Puffin directory
cd puffin

# Install dependencies
npm install

2. Create Your New Project Directory

# Create your project directory (anywhere you want)
mkdir ~/my-new-project
cd ~/my-new-project

# Initi…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jdubray
Comment options

jdubray Jan 18, 2026
Maintainer Author

Answer selected by jdubray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant