A react components library for the co-op ecosystem, built with StorybookJs.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You need nodejs
and npm
installed on your machine.
The OCE KIT is built with StorybookJs, to successfully run the kit locally you need to have installed also storybook
module globally on your machine.
npm i -g @storybook/cli
In order to have a local version of OCE Kit running on your machine you will need to follow these steps:
git clone [email protected]:opencooperativeecosystem/kit.git
cd kit
npm install
npm run storybook
Each component is shipped with its own story. The story acts as UI test.
- StorybookJs - Interactive UI component dev & test: React, React Native, Vue, Angula
- React - The web framework used
- styled-component - Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅
- webpack - Javascript bundler
[TODO]
We use SemVer for versioning. For the versions available, see the tags on this repository.
You can read more about Agent and OCE on our website and docs
See also the list of contributors who participated in this project.
This project is licensed under the AGPL 3.0 License