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
-
Clone the repository
git clone https://github.com/LunaSea-ng/LunaSea-ng@master cd LunaSea-ng
-
Install dependencies
npm install
-
Generate project files
npm run generate
-
Build or run the app using Flutter
-
To build for a specific platform (e.g., Android, iOS, Web):
Replaceflutter build <platform>
<platform>
withapk
,ios
,web
, etc. -
To run the app directly:
flutter run
-