Skip to content

acywatson/glyf

Repository files navigation

Welcome to Glyf!

Getting Started

  1. Install the package with npm install glyf

  2. Import the GlyfEditor component and use it in your React App:

import { GlyfEditor } from 'glyf';
...
<GlyfEditor/>
...

Storybook

To view the storybook, checkout the package locally and run npm run storybook.

Styling

Development

To start the project locally:

  1. Run npm install

  2. Run npm run dev

  3. Have fun!