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

Last updated