An open API service indexing awesome lists of open source software.

https://github.com/nirnejak/svg-animations

A Gallery of SVG Animations built with Framer Motion
https://github.com/nirnejak/svg-animations

framer-motion nextjs reactjs svg tailwindcss typescript vercel-postgres

Last synced: about 1 year ago
JSON representation

A Gallery of SVG Animations built with Framer Motion

Awesome Lists containing this project

README

          


SVG Animations

SVG Animations with Framer Motion

## Screenshots

![Feature Illustrations](https://raw.githubusercontent.com/nirnejak/svg-animations/master/screenshots/01-features.png)
![Details Illustrations](https://raw.githubusercontent.com/nirnejak/svg-animations/master/screenshots/02-details.png)
![Other Illustrations](https://raw.githubusercontent.com/nirnejak/svg-animations/master/screenshots/03-others.png)
![Fullscreen view](https://raw.githubusercontent.com/nirnejak/svg-animations/master/screenshots/04-fullscreen.png)

## Available Scripts

**Install Dependencies**

```bash
bun install
```

**Start Development Server**

```bash
bun run dev
```

**Lint all the files**

```bash
bun run lint
```

**Format all files with Prettier**

```bash
bun run format
```

**Check TypeScript issues**

```bash
bun run type-check
```

**Build for Production**

```bash
bun run build
```

**Start Production Server**

```bash
bun start
```

---