Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 570 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 570 Bytes

Slipmat.io UI Components

Warning: this project is under active development and not intended for public use yet. Do not use in production.

Usage

  1. Install @slipmatio/ui
  2. Import a component
  3. Import styles: import '@slipmatio/ui/style.css'
  4. Profit!11

Developing

Basic Commands

You need pnpm installed.

Project setup

pnpm i

Start development server

pnpm dev

Build for production

pnpm build

Run end-to-end tests

pnpm test:e2e

Publishing

pnpm publish --access public