Skip to main content

Design

The Design library provides building blocks for creating design systems.

Document

The library is developed as part of a living documentation site.

Develop

Prerequisites: Git, Node (version 18 and above) or Bun

Install

Clone the Git repository, and install dependencies.

git clone [email protected]:tangibleinc/design
cd design
npm install

Develop

Start the Docusaurus script.

npm run start

It serves the build directory at http://localhost:3000/design. It also builds files (CSS/JS), then watches for changes to rebuild and reload the site. Press CTRL + C to stop.

Build for production

Build and minify files for production.

npm run build