Introduction
Welcome to the documentation. Learn about the project and how to get started.
Welcome to the documentation! This guide will help you understand and use the project effectively.
Overview
This documentation covers everything you need to know, from initial setup to advanced configuration options.
Quick Start
- Install dependencies — run
npm installin the project root - Configure environment — copy
.env.exampleto.envand fill in values - Start development — run
npm run dev - Open your browser — visit
http://localhost:4321
Prerequisites
- Node.js 18 or higher
- npm, yarn, or pnpm
- A GitHub account (for CMS authentication)
- A Cloudflare account (for deployment)