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
-
Clone the repository
Terminal window git clone https://github.com/kamsqe/astroglass.git my-project -
Enter the directory
Terminal window cd my-project -
Install dependencies
Terminal window pnpm install -
Start development server
Terminal window pnpm dev
Visit http://localhost:4321 to see your new site.