Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 827 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 827 Bytes

Tikui

Tikui logo

Tikui is a MIT-licensed free software project allowing you to create a web pattern library.

Important note: Tikui can now be generated using @tikui/cli command with tikui generate tikui. This is the reason why this repository no longer has the Tikui structure.

Prerequisites

Install

Install Tikui CLI:

npm i -g @tikui/cli

Generate your own Tikui and install it using:

tikui generate my-pattern-library
cd my-pattern-library
npm install

Then follow the README.md from the generated project to create your first component.

More information about Tikui itself on tikui.org.