Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 975 Bytes

README.md

File metadata and controls

58 lines (39 loc) · 975 Bytes

SVG Animations

SVG Animations with Framer Motion

Screenshots

Feature Illustrations Details Illustrations Other Illustrations Fullscreen view

Available Scripts

Install Dependencies

bun install

Start Development Server

bun run dev

Lint all the files

bun run lint

Format all files with Prettier

bun run format

Check TypeScript issues

bun run type-check

Build for Production

bun run build

Start Production Server

bun start