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.1orv20.3.0,v22.0.0or higher. (v19andv21are not supported) - Terminal -> NPM packages are accessed through its command-line interface (CLI).
Installation
-
Run the following command in your terminal to install AstroLite:
Terminal window npm install astro-liteTerminal window pnpm install astro-lite -
You can now start using AstroLite in your project! 🚀