This is the monorepo for the Vexilla feature flag system.
This project requires the following dependencies:
Thank you for wanting to contribute, just follow the steps below
-
Clone the Repository: Clone this repository to your local machine using Git, and navigate to the project directory
-
Install Dependencies: Use
pnpm install
to install project dependencies. For otherpnpm
commands, navigate to specific apps in this monorepo. For example, to run build or development scripts, usepnpm run dev
from the app's directory
If you're using Apple Silicon, you may need to take additional steps to ensure compatibility.
Follow Instructions
-
Install GCC: The "libvips" dependency relies on gcc. To install gcc from source, use Homebrew:
brew install --build-from-source gcc
-
Install Xcode Command Line Tools: These tools are also required for "libvips". If not installed, you can install them with:
xcode-select --install
-
Install "vips": This is another dependency needed for the project. Install it via Homebrew:
brew install vips
Current Vexilla code is released under a combination of two licenses, the Business Source License (BSL) and the MIT License.
Please see the License file for more info.