@renaissancerentals/renaissance-component
TypeScript icon, indicating that this package has built-in type declarations

12.1.12 • Public • Published

Build release and publish

Renaissance-component

Front-end component library for renaissancerentals, forked from muncher-ui

Using the component

To use this component library:

  • add the npm package to your project
    $ npm i @renaissance-rentals/renaissance-component
    

Installation guide

In the project directory, you can run:

npm start

Launches the component explorer on port 6007

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the package library.

Coding rules

We use GitHub Flow for our project workflow. To ensure consistency throughout the source code, keep these rules in mind as you are working:

  • Create pull request against develop to merge your code.
  • All features or bug fixes must be tested by one or more [specs][unit-testing].

Pull request format

<subject>

* changes 1
* changes 2

fixes/closes #<github issue number>

Git commit format

<type>: <subject>
<BLANK LINE> 
<body> optional
  • Any line of the commit message cannot be longer 100 characters. This allows the message to be easier to read on GitHub as well as in various git tools.
  • The subject contains succinct description of the change:
    • use the imperative, present tense: "change" not "changed" nor "changes"
    • no dot (.) at the end
  • Commit type:
    • feat: a new feature
    • fix: a bug fix
    • refactor: a code change that neither fixes a bug nor adds a feature
    • test: adding missing tests
    • chore: changes to the build process or auxiliary tools and libraries such as documentation generation

Package Sidebar

Install

npm i @renaissancerentals/renaissance-component

Weekly Downloads

45

Version

12.1.12

License

MIT

Unpacked Size

1.15 MB

Total Files

241

Last publish

Collaborators

  • contentmuncher