catalog_ds_docs v3.7.0
Catalog
Catalog lets you create beautiful living and fully interactive style guides using Markdown and React components.
Please read the Catalog documentation (built with Catalog!) for detailed installation and usage instructions.
Installation
yarn
yarn add catalog react react-domnpm
npm install catalog react react-dom --saveDevelopment
Please make sure that you have Node >= 6 and yarn installed.
Build process
Start the build process in watch mode:
makeDocs
To edit Catalog documentation, run:
make docsNote: this uses the local Catalog build from
dist/. Runmakebefore/alongsidemake docs.
Linking
When developing Catalog you want to link it locally:
yarn linkYou can then link to this version in your project (or one of the examples):
yarn link catalogTests
To run Jest tests in watch mode:
make test-watchCreating a Release
Bump Catalog's version:
make versionThen push including tags:
git push && git push --tagsThe CI server will automatically run tests, build and publish the new version to npm
CI commands
These usually run automatically on the CI server
Create a build
make buildCreate a documentation build
make build-docsPublish to npm and generate GitHub release notes
make publishCredits
Catalog is developed by many people at Interactive Things, a User Experience and Data Visualization Studio based in Zürich.
7 years ago