Part 2

Installation

How to set up your new AstroGlass project.

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

Prerequisites

  • Node.js v20.0.0 or higher
  • pnpm v8+ (recommended) or npm/yarn

Quick Start

  1. Clone the repository

    Terminal window
    git clone https://github.com/kamsqee/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.