Overview
The Nordcloud Design System is a collection of reusable React components used in Nordcloud’s SaaS products. This repository contains the components and a Storybook for previewing and testing them. The installation process is outlined below, and contributors are welcome to add their own components and make improvements to the system.
Features
- PRs Welcome: Contributions of any kind are welcome.
- All Contributors: This project follows the all-contributors specification.
- General Nordcloud UI: The design system is tailored to Nordcloud’s SaaS products.
Installation
- Clone the repository.
- Ensure you have the required versions of Node and npm installed. Use the supported version specified by running
nvm use. - Install the required packages by running
npm install. - Run Storybook to verify everything is working.
Summary
The Nordcloud Design System is a collection of React components used in Nordcloud’s SaaS products. It is open to contributions and follows the all-contributors specification. To install the design system, clone the repository and install the required packages. The components can be previewed and tested using the included Storybook.