CoolFace
Apppublic

mo-yunis/flutter-backend

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
App README

Flutter Patterns Platform

An interactive, bilingual platform to learn, practice, and execute Flutter Design Patterns right in your browser!

How to Run Locally

You can easily run this entire project on your machine with a single command.

Prerequisites

Make sure you have [Docker Desktop](https://www.docker.com/products/docker-desktop/) (or Docker and Docker Compose) installed and running on your machine.

Installation & Execution

  1. 1.Clone this repository to your local machine:
bash
   git clone https://github.com/Mo-Yunis/flutter-patterns-platform.git
   cd flutter-patterns-platform
  1. 1.Run the startup script:
  2. 2.On Mac/Linux:
bash
     bash run.sh
  • On Windows (using PowerShell or CMD):
bash
     docker-compose up -d --build
  1. 1.Open your browser and go to: [http://localhost:5173](http://localhost:5173)

The first time you run this, it might take a minute to download the Docker images and install dependencies.

Stopping the App

To stop the platform from running in the background, simply run:

bash
docker-compose down