Installation
System Requirements
- Node.js 18.17 or later
- npm, yarn, or pnpm
- Git
Project Setup
Clone the repository and navigate to the project directory:
git clone https://github.com/AwMaxAw/andrew-blog.git
cd andrew-blog
Install dependencies:
npm installConfiguration
The project uses environment variables for configuration. Create a .env.local file:
NEXT_PUBLIC_SITE_URL=https://your-domain.com