read setup if you wish to try our cookbooks
To get started with this cookbook, follow these steps:
-
Clone or Fork the Fusion Framework repository:
git clone https://github.com/equinor/fusion-framework.git
-
Install the dependencies:
pnpm install
-
Build framework packages:
pnpm build:packages
-
Navigate to the cookbook directory:
cd fusion-framework/cookbooks/{COOK_BOOK_NAME}
-
Start the development server:
pnpm dev
-
Follow the link displayed in the console to open the cookbook in your browser.