27 lines
702 B
Markdown
27 lines
702 B
Markdown
---
|
|
title: "Getting Started"
|
|
description: "Learn how to quickly get started with MultiSite for building multi-language websites"
|
|
date: "2024-01-15"
|
|
author: "MultiSite Team"
|
|
category: "Getting Started"
|
|
tags: ["getting-started", "installation", "setup"]
|
|
---
|
|
|
|
# Getting Started
|
|
|
|
Welcome to MultiSite! This guide will help you quickly get started building multi-language static websites.
|
|
|
|
## System Requirements
|
|
|
|
Before you begin, make sure your system meets the following requirements:
|
|
|
|
- Node.js 18.0 or higher
|
|
- npm, yarn, pnpm, or bun package manager
|
|
- Git (for version control)
|
|
|
|
## Installation Steps
|
|
|
|
### 1. Clone the Project
|
|
```bash:
|
|
git clone https://github.com/your-repo/multisite.git
|
|
cd multisite |