SVG Animations with Framer Motion
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


