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
- Host: GitHub
- URL: https://github.com/nirnejak/ui-animation-challenge
- Owner: nirnejak
- License: mit
- Created: 2025-04-10T23:23:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-03T20:07:58.000Z (about 1 year ago)
- Last Synced: 2025-06-27T18:09:41.084Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://ui-animation-challenge.vercel.app
- Size: 1.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)