Skip to content

TangibleInc/design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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