Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 567 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 567 Bytes

StoryCMS UI

Components for the StoryCMS user interface

Installation

# NPM
npm i @story-cms/ui

# or Yarn
yarn add @story-cms/ui

Contributing

This project happily accepts contributions.

Setup

After cloning the project run

npm i --ignore-scripts
cp .env.example .env

and then fill in the required service provider secrets

Develop

npm run dev

Test

npm run lint
npm run test

Issues

If you have a question or found a bug, feel free to open an issue.