0.5.0 • Published 8 years ago
ui-components-test v0.5.0
InsideSales.com UI Component Library
A set of UI components built with React and Styled-Components used on products by InsideSales.com.
npm install -S insidesales-components
Docs
View the documentation at http://austinknight.net/ui-components/ for more info on using insidesales-components
.
Check out the components Storybook to use examples of the components.
Development
Contributing
- Fork, then clone:
git clone https://github.com/YOUR_USERNAME/insidesales-components.git
- Create a branch with a meaningful name describing the feature/issue
- Make your changes and commit:
git add
andgit commit
- Make sure that the test are passing:
npm test
- Push your branch:
git push -u origin you-branch-name
- Submit a pull request to the upstream insidesales-components repository
- Use a descriptive title and describe your changes briefly
- Wait for a maintainer to review your PR, make any changes recommended, and get it merged
- Celebrate your successful contribution! 🙌🏼
Project setup
Run npm install
and edit code in the src/
folder.
To start the project, run npm start
. This will run the neccesary scripts to build the documentation, storybooks, and start the development server. Running the start
command will also watch for any changes and update both the documentation and storybooks.
Deploying to NPM
npm version major|minor|patch
- Use semantic versioning based on changes to the packagenpm run build:lib
cd lib
npm publish
Deploying the docs
from the root directory run npm deploy:docs