As of 2019-11-18, the team is deprecating this component library because of a newly emergent reliance on internal libraries. With this in mind, the package has been renamed and published internally. All further development of this library, including new features and bug fixes, will continue in the new repository. Thus, this repository will no longer be maintained.
You are welcome to migrate to @cimpress-technology/react-cimpress-tagliatelle
, sourcing it from the internal repository.
You will be using an unmaintained version of the library, which means that no support will be offered.
Unfortunately, at the time we are unable to provide you with a replacement component library. You may continue using the unmaintained library, albeit at your own risk.
TBD
-
Clone the repository
git clone https://github.com/Cimpress/react-cimpress-tagliatelle
-
Run the following command to download the language translations files.
npm run build
-
For developing, we use Storybook. You can run and see the stories with:
npm run storybook
-
Make sure your code passes the linting rules
npm run code-check
-
Make sure to update package.json with the new version of the package (please follow semantic versioning. After, please also update CHANGELOG.md file with short info for the changes in this new version.
-
Don't forget to enjoy!