Skip to content

Latest commit

 

History

History

cookbooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cookbooks

read setup if you wish to try our cookbooks

Getting Started

To get started with this cookbook, follow these steps:

  1. Clone or Fork the Fusion Framework repository:

    git clone https://github.com/equinor/fusion-framework.git
  2. Install the dependencies:

    pnpm install
  3. Build framework packages:

    pnpm build:packages
  4. Navigate to the cookbook directory:

    cd fusion-framework/cookbooks/{COOK_BOOK_NAME}
  5. Start the development server:

    pnpm dev
  6. Follow the link displayed in the console to open the cookbook in your browser.