A design system by Contentful
Forma 36 is an open-source design system created by Contentful to simplify UI creation for digital teams building and extending Contentful products. It provides tools and guidance to reduce the overhead of creating user interfaces.
To install Forma 36, follow these steps:
npm run-script generate
in the root of the repository to use Plop and scaffold new packages.npm i
in the root of the repository.npm run-script build
in the root of the repository.For local testing in your own project:
npm run-script build
in the package’s directory.npm link NAME_OF_PACKAGE
in your local project’s directory (e.g., npm link @contentful/f36-components
).Forma 36 is an open-source design system by Contentful that aims to simplify UI development for digital teams building and expanding Contentful products. It offers features like package creation, local development, using Storybook for component development, committing and releasing changes, testing changes locally, and contributing to the project. The installation guide provides step-by-step instructions for setting up Forma 36 and using it in your own projects.