LogoLogo
  • Welcome
  • Getting Started
    • Prerequisites
    • Backend Installation
    • Frontend Installation
    • Configuration
    • Running The System
  • Architecture
    • System Architecture
    • AI Agents
    • Core Components
    • Frontend Technologies
    • Contribution Guidelines
    • Safety Guidelines
    • Tokenomics
Powered by GitBook
On this page
  1. Getting Started

Frontend Installation

# 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
PreviousBackend InstallationNextConfiguration

Last updated 3 months ago