Skip to main content

Quickstart

Get FIREla up and running on your machine.

Prerequisites

  • Docker and Docker Compose
  • Git

Installation

1. Clone the repository

git clone https://github.com/fire-la/firela
cd firela

2. Configure environment

cp .env.example .env
# Edit .env with your preferences

3. Start the application

docker-compose up -d

4. Access FIREla

Open your browser and navigate to http://localhost:3000

Next Steps