Skip to content

helpscout/doc-article-styles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

83 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Doc Article Styles Build Status

Doc Article CSS for Web/Android/iOS

Install

npm install @helpscout/doc-article-styles

Get Started

After cloning this repo down, run:

npm install

Once everything is installed, run:

npm start

Check it out http://localhost:7008/ in your browser!

Publishing

To publish and release a new version of this project, run the following command:

npm run release

That's it! The script will take care of the rest (from testing to publishing). This will patch bump the version on Github and npm.

Additional options

Command Description
npm run release:major Publish with a major version bump. 1.0.0 -> 2.0.0
npm run release:minor Publish with a minor version bump. 0.1.0 -> 0.2.0
npm run release:patch Publish with a patch version bump. 0.0.1 -> 0.0.1