Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@planningcenter/doxy-web

Package Overview
Dependencies
Maintainers
10
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@planningcenter/doxy-web

Doxy for Church Center Web

  • 1.0.7-1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.3K
increased by58.54%
Maintainers
10
Weekly downloads
 
Created
Source

doxy-web

Unified styles for Church Center Web.

  • NPM package
  • Github repository
  • Storybook (documentation)

Getting Started

cd Code
git clone git@github.com:ministrycentered/doxy-web.git
cd doxy-web
yarn install

Contributing Guide

  • make SCSS/Storybook changes in branched forked from main
  • updates to the NPM package should published from main after changes have been merged via approved PR
  • prerelease package versions can be created from any branch (see below) and used for testing on staging

Development Scripts:

💅 Making SCSS changes (works in pco-box or cloud-box):
  • yarn link (in doxy-web)
  • yarn link @planningcenter/doxy-web (in church-center or proxied app)
  • yarn install (in church-center or proxied app)
  • yarn develop (in doxy-web): listens for SCSS changes and compiles to CSS
  • changes reflected in CCW for local testing

⚠️ run yarn unlink @planningcenter/doxy-web and yarn install --check-files to return package to published version from NPM

📚 Updating Storybook documentation:

⚠️ SCSS changes reflected in Storybook are not available in CCW without running yarn build or yarn develop

🚀🤞 Publishing prerelease version to NPM (from any branch):
  • commit changes
  • npm login
  • yarn prerelease
🚢📦 Deploying package to NPM (from main):
  • pull changes via merged PR
  • npm login
  • yarn deploy:package
  • in CLI tool, choose semantic version to reflect level of changes made:
v1.2.3
 ^ ^ ^
 │ │ └─ Patch: Documentation and fixes
 │ └─── Minor: Additions
 └───── Major: Deletions and edits
  • add version/change description on Github and create new release (page will open automatically in browser after deployment is complete)
🚀📚 Deploying Storybook (from main):

Consumable CSS

  • yarn add @planningcenter/doxy-web
  • import @planningcenter/doxy-web/dist/css/doxy-web

FAQs

Package last updated on 03 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc