SVG Animations with Framer Motion
Install Dependencies
npm install
Install Git Hooks(Required for Development)
npm run prepare
Start Development Server
npm run dev
Lint all the files
npm run lint
Format all files with Prettier
npm run format
Check TypeScript issues
npm run type-check
Build for Production
npm run build
Start Production Server
npm start