Skip to content

📦 Building LunaSea

Info

💡 Before You Begin

Make sure you have all the necessary tools and dependencies installed.
See the requirements page for more information.

🛠 Build Instructions

  1. Clone the repository

    git clone https://github.com/LunaSea-ng/LunaSea-ng@master
    cd LunaSea-ng
    

  2. Install dependencies

    npm install
    

  3. Generate project files

    npm run generate
    

  4. Build or run the app using Flutter

    • To build for a specific platform (e.g., Android, iOS, Web):

      flutter build <platform>
      
      Replace <platform> with apk, ios, web, etc.

    • To run the app directly:

      flutter run