A collection of interactive interfaces crafted with React, TailwindCSS, Framer Motion, and TypeScript.
Install Dependencies
bun installStart Development Server
bun run devLint all the files
bun run lintFormat all files with Prettier
bun run formatCheck TypeScript issues
bun run type-checkBuild for Production
bun run buildStart Production Server
bun start