interactivethings / catalog

Create living style guides using Markdown or React

Home Page:https://www.catalog.style/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Catalog Logo

Travis Downloads Version License

🚧 This is the currently in-development v4 branch. Stable code is in master.

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-dom

npm

npm install catalog react react-dom --save

Development

Please make sure that you have Node >= 6 and yarn installed.

Build process

Start the build process in watch mode:

make

Docs

To edit Catalog documentation, run:

make docs

Note: this uses the local Catalog build from dist/. Run make before/alongside make docs.

Linking

When developing Catalog you want to link it locally:

yarn link

You can then link to this version in your project (or one of the examples):

yarn link catalog

Tests

To run Jest tests in watch mode:

make test-watch

Creating a Release

Bump Catalog's version:

make version

Then push including tags:

git push && git push --tags

The 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 build

Create a documentation build

make build-docs

Publish to npm and generate GitHub release notes

make publish

Credits

Catalog is developed by many people at Interactive Things, a User Experience and Data Visualization Studio based in Zürich.

About

Create living style guides using Markdown or React

https://www.catalog.style/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 82.6%Language:TypeScript 16.6%Language:HTML 0.3%Language:Shell 0.2%Language:Nix 0.1%Language:Makefile 0.1%