Skip to content

Getting Started

Meet AstroLite

AstroLite is a lightweight UI library designed specifically for Astro. It provides a set of reusable components that help you build modern, responsive web applications with ease. With AstroLite, you can quickly prototype and develop your projects, leveraging its simplicity and efficiency.

Prerequisites

  • Node.js -> v18.17.1 or v20.3.0, v22.0.0 or higher. (v19 and v21 are not supported)
  • Terminal -> NPM packages are accessed through its command-line interface (CLI).

Installation

  1. Run the following command in your terminal to install AstroLite:

    Terminal window
    npm install astro-lite
  2. You can now start using AstroLite in your project! 🚀