Part 2

Installation

How to set up your new AstroGlass project.

Getting started is easy. Clone the repository and install dependencies.

Prerequisites

  • Node.js v22.12.0 or higher
  • pnpm v9+ (recommended) or npm/yarn

Quick Start

  1. Clone the repository

    Terminal window
    git clone https://github.com/kamsqe/astroglass.git my-project
  2. Enter the directory

    Terminal window
    cd my-project
  3. Install dependencies

    Terminal window
    pnpm install
  4. Start development server

    Terminal window
    pnpm dev

Visit http://localhost:4321 to see your new site.