Welcome to the Lacquer project! Follow these steps to get started.
-
Get the
.envfile
Visit this link for instructions on obtaining the.envfile. Place it in the project root directory. -
Install
just(Command Runner)
Ensure you havejustinstalled. You can install it using any of the following methods:- Using Cargo (Universal) (recommended):
cargo install just
- Using Homebrew (macOS/Linux):
brew install just
- Using Scoop (Windows):
scoop install just
- Download Prebuilt Binaries: Check the official releases
- Using Cargo (Universal) (recommended):
-
Run the Project
Use thejustcommand to run the program:just
Alternative: Run with custom environment variables
You can also run the app with custom environment variables:flutter run --dart-define=SERVER_URL=https://your-server-url.com
-
Initialize Husky Hook (Run Once)
Before making commits, initialize the Husky hook:just init