Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@churchcenter/preformatted-content

planningcenter11.5kMIT0.0.11

Shared styles for uncontrolled, user formatted content

readme

MIT license Generic badge lerna

Design

Global Design supported packages

Packages

Deprecated packages

These links can be used to copy/paste the last existing version:

Scripts

Common scripts:

Command Description
npm run dev Starts Storybook at `localhost:8000
lerna run build Build all projects
lerna publish Publish all changed packages
lerna changed List local packages that have changed since the last tagged release

Working directories

Dir Why it's there
planningcenter/ Packages published to the @planningcenter npm org.
churchcenter/ Packages published to the @churchcenter npm org.

Configuration

File/Dir Why it's there
.storybook/ Storybook
lerna.json/ Storybook
.nvmrc nvm. Support for those that work in multiple node environments
notes Transitional documentation and notes. Retairned as a part of — yet unformalized — decision matrix.

Setup

Requirement: Node 10 (PCO Box standard at time of writing)

npm i -g lerna
git clone git@github.com:planningcenter/design.git ~/Code/design
cd ~/Code/design
npm install
lerna bootstrap # install and link all package-local dependencies
npm run dev

Team access