Skip to content

norrischris/guideline-blocks

 
 

Repository files navigation

Guideline Blocks

Local block development

Requirements:

  • Node 22
  • pnpm 9
  • Access to a Frontify styleguide

Setup

  1. Clone this repository
    $ git clone git@github.com:Frontify/guideline-blocks.git
    
  2. Install the dependencies
    $ pnpm install
    
  3. Create a build of the utilities
    $ pnpm build
    
  4. Serve a block
    $ cd packages/<block name>
    $ pnpm serve
    
  5. Go to your Frontify guideline
  6. Switch to edit mode Styleguide Edit mode
  7. Click on the plus icon and add a "Local Block Development" block Local block development
  8. Choose port (default is 5600) and click OK

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.8%
  • JavaScript 3.2%