Version v2 - Stable

Installation Guide (v2)

This guide covers installing the latest v2 release.

Prerequisites

  • Node.js 18.x or higher (v2 requirement)
  • npm 9.x or higher

Quick Start

# Create a new project
npm create astro@latest my-project

# Install shipyard packages
npm install @levino/shipyard-base @levino/shipyard-docs

# Start development server
npm run dev

New in v2

The v2 installation process includes:

  • Automatic TypeScript setup: No manual configuration needed
  • Optimized dependencies: Smaller install size
  • Built-in Tailwind: Pre-configured styling

Next Steps

After installation:

  1. Configure your project - see Configuration
  2. If upgrading from v1, see Migration Guide