> For the complete documentation index, see [llms.txt](https://almaze.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://almaze.gitbook.io/docs/getting-started/frontend-installation.md).

# Frontend Installation

```java
# Clone the repository
git clone https://github.com/Almaze-Labs/almaze-app.git
cd almaze-app

# Install dependencies
npm install

# Or using yarn
yarn install

# Copy environment template
cp .env.example .env.local

# Fill in required environment variables
```
