Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 344 Bytes

File metadata and controls

6 lines (4 loc) · 344 Bytes

Template for a library with React + TypeScript + Vite

  • build:site build the website to docs, so it can be served on Github Pages
  • build:lib build the library to dist, where package.json is configured to expect it

NOTE: Make sure to search and replace all instances of "NEW_LIB" with the appropriate value for your library