Skip to content

QubitPi/componentdriven.org

 
 

Repository files navigation

Storybook GitHub Workflow Status GitHub last commit (master) License Badge

Component Driven

Who made ComponentDriven.org

The text, code, and production were contributed by Chromatic.

Develop

Unfortunately, this is a Next.js project which, at the time of forking, does not favor publishing to GitHub Pages. The static resources therefore, such as images, are manually prefixed by gh-pages base path, i.e. componentdriven.org. While the base path is still used to correctly load dynamically generated js.

To generate a gh-pages deployable in an out directory, execute

npm install
npm run build
npm run export
touch out/.nojekyll

Storybook

yarn storybook should start Storybook and launch the browser. We can also view the published version on Chromatic

License

The use and distribution terms for componentdriven.org are covered by the Apache License, Version 2.0.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • JavaScript 1.4%
  • Ruby 0.3%