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