Skip to content

story-cms/ui

Repository files navigation

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.