Components for the StoryCMS user interface
# NPM
npm i @story-cms/ui
# or Yarn
yarn add @story-cms/ui
This project happily accepts contributions.
After cloning the project run
npm i --ignore-scripts
cp .env.example .env
and then fill in the required service provider secrets
npm run dev
npm run lint
npm run test
If you have a question or found a bug, feel free to open an issue.