Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 625 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 625 Bytes

fe-kit

front-end react components and dev utils.

Static Badge Static Badge Static Badge

development

install pnpm and turbo

npm install -g pnpm

pnpm install turbo --global

install dependencies

pnpm i

start

pnpm run dev:components

// or

pnpm run dev:utils