Skip to main content
Version: v1.1

Docker Build

Step-by-step Installation Guide

  1. Open git-bash terminal in your Projects directory and follow the steps given below.

  2. Clone the repository using any of the following methods

    git clone git@github.com:Sukanyeah/FramyBase.git
  3. Change to the project directory

    cd FramyBase
  4. Start development server using Docker Desktop

    docker compose up -d

Development server will be up and running by now.