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

https://github.com/nirnejak/ui-animation-challenge

Peerlist UI Animation Challenge
https://github.com/nirnejak/ui-animation-challenge

Last synced: about 1 year ago
JSON representation

Peerlist UI Animation Challenge

Awesome Lists containing this project

README

          


UI Animation Challenge


Peerlist UI Animation Challenge

---

6. Start the development server:

```bash
bun run dev
```

## Available Scripts

**Install Dependencies**

```bash
bun install
```

**Setup Pre-commit**

```bash
bun run prepare
```

**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
```

---

Made with ❤️ by [Jitendra Nirnejak](https://github.com/nirnejak)