Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 320 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 320 Bytes
  • Vite requires Node version 18+
  • Template is in TS/React

To start:

  • Run "npm install"

Open and develop in Storybook:

  • Run "npm run storybook"

Build and test locally (optional)

  • Run "npm run build"
  • In App.tsx, import testable components from "dist/" and use them
  • Run "npm run dev" to run local environment