Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 912 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (24 loc) · 912 Bytes

Development

Setup

Following software needs to be installed on your system:

Install dependencies:

pnpm i

Architecture

This repository is a monorepo powered by pnpm workspaces & Turborepo.

You can find the different projects in the directories:

Developing

After making changes in ./css2tailwind, you must build the CLI.

pnpm -F @titanom/css2tailwind build

Then you can use it with any of the examples, e.g. with standalone.

pnpm -F @css2tw/standalone dev