Forma 36 is an open-source design system by Contentful created with the intent to reduce the overhead of creating UI by providing tools and guidance for digital teams building and extending Contentful products
- Table of contents
- Packages
- Development
- Commits & releases
- Testing with your own project locally
- Get involved
- Reach out to us
- License
- Code of Conduct
- Contributors β¨
Forma 36 is a monorepo structured into different packages and maintained using Lerna. The packages available are:
-
forma-36-website
This package includes the design system documentation which offers guidelines, best practices and examples. -
forma-36-react-components
A React component library built with Storybook. -
forma-36-fcss
CSS utility classes for spacing, typography, colors and transitions. -
forma-36-tokens
This package includes all the visual tokens (e.g. colors, margins, font sizes, etc) that used in the react library
We use use Plop to create scripts that help you to scaffold new packages. In the root of the repo, you can run yarn generate
. Then follow the steps in the CLI. Plop will generate the relevant files and add the relevant imports and exports to the main src/index.ts
file required to make the component available when publishing the library.
For local development, in the root of the repo run yarn
to install all dependencies and then yarn build
to build all packages. Now follow the instructions of the specific package youβre working on.
You will find each packageβs instructions in their README files, check the Packages section for a list of all packages.
In case you are having problems to install the dependencies, try using NVM to get the same node version we use by running
nvm use
in the root of the repo
We use storybook with our react component library to develop components. You can start it from the root of the repo, just run yarn storybook
Use yarn commit
. This uses the Commitzen CLI to create a conventional commit message based on your changes. CI is setup to release all new commits on the master branch.
You can test changes to a package of this monorepo in your own project locally by taking the following steps:
- Run
yarn build
in the desired package's directory to ensure your latest changes have been built - Run
yarn link
in the desired package's directory - Change to your local project's directory and run
yarn link NAME_OF_PACKAGE
to link to the local version of the package (e.g.yarn link @contentful/forma-36-react-components
)
We appreciate any help on our repositories. For more details about how to contribute to a package, see the README of the corresponding package.
You can reach out to us using the Contentful community Slack. We've setup a channel #forma36 in which we announce latest changes and updates.
Create an issue using one of the templates . Make sure to remove any credential from your code before sharing it.
This repository is published under the MIT license.
We want to provide a safe, inclusive, welcoming, and harassment-free space and experience for all participants, regardless of gender identity and expression, sexual orientation, disability, physical appearance, socioeconomic status, body size, ethnicity, nationality, level of experience, age, religion (or lack thereof), or other identity markers.
Read our full Code of Conduct.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!