Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 610 Bytes

INSTALLATION.md

File metadata and controls

30 lines (26 loc) · 610 Bytes

Installation Guide for Marina.Moda®

Prerequisites

  • Node.js and npm
  • Flutter SDK
  • Dart SDK

Installation Steps

  1. Clone the repository:
    git clone https://github.com/sorydima/Marina.Moda-.git
  2. Navigate to the directory:
    cd Marina.Moda-
  3. Install dependencies:
    npm install
    flutter pub get
  4. Run the application:
    flutter run

Troubleshooting

  • Node.js errors: Ensure you have Node.js installed and the correct version.
  • Flutter SDK issues: Run flutter doctor to diagnose potential setup issues.