0.2.0 • Published 3 years ago
glyf v0.2.0
Welcome to Glyf!
Getting Started
Install the package with
npm install glyfImport 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:
Run
npm installRun
npm run devHave fun!