0.3.0 • Published 3 years ago

panache-react v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

panache-react

Styled components using Styled Objects for React, read the docs here: Panache Docs

Development

This package depends on the core package, so build that first:

cd packages/core
yarn install
yarn run build

The react package can then be built:

cd packages/react
yarn install
yarn run build

# Or to watch files:
yarn run dev

Alternatively you can build all packages at once with lerna, from the root of the repo:

lerna run build