Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 341 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 341 Bytes

clayui.com

The main Clay site at clayui.com

Make sure that you have built clay-css package(running yarn lerna on root of monorepo) before run. If you don't did that you will miss some icons.

Running in development:

yarn develop

Running in production mode:

yarn build

Serving production generated files:

yarn serve