Requirements

To get started with LunaSea development on any platform, you will need to ensure the following tools are installed:

Flutter

To validate Flutter's installation, please ensure that flutter doctor -v does not return any issues with your current installation.

Node.js

LunaSea uses Node.js for installing Git Hooks for the repository and for helper scripts. While it is not necessary to install Node.js for development, it will ensure you follow the required commit message format and give access to scripts that can be helpful for development.

Last updated