An open API service indexing awesome lists of open source software.

https://github.com/frontify/guideline-blocks


https://github.com/frontify/guideline-blocks

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Guideline Blocks

## Local block development

### Requirements:

- Node 22
- [pnpm 9](https://pnpm.io/installation)
- Access to a Frontify guideline

### 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/
$ pnpm serve
```
5. Go to your Frontify guideline
6. Switch to edit mode
![Guideline Edit mode](./docs/guideline-edit-mode.png)
7. Click on the plus icon and add a "Local Block Development" block
![Local block development](./docs/local-block-development.png)
8. Choose port (default is 5600) and click OK