The Design library provides building blocks for creating design systems.
The library is developed as part of a living documentation site.
Prerequisites: Git, Node (version 18 and above) or Bun
Clone the Git repository, and install dependencies.
git clone git@github.com:tangibleinc/design
cd design
npm install
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 and minify files for production.
npm run build