Skip to content

Files

Latest commit

Mar 8, 2023
4910233 · Mar 8, 2023

History

History
42 lines (28 loc) · 659 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 659 Bytes

Platformatic UI Components

Please be aware that project is under heavy work in progress 😇

Provides React UI Components for Platformatic Dashboards.

Init

$ npm install

Run demo

The project uses Vite to build and run the dev server. It's already configured to build TailwindCSS file, located in src/styles/main.css

$ npm run dev

Storybook

Storybook is still a work in progress, you can start it with

$ npm run storybook

Storybook public link

https://ui.platformatic.cloud/

New version: commands list

git checkout main
git pull
npm install
npm version patch
git push origin main
npm publish