It's a fun little project of mine where i experimented with CSS animations.
Step: npm install
Start in developer mode: ```bash npm run dev
npm run dev -- --open
## Building
To create a production version of your app:
```bash
npm run build
You can preview the production build with npm run preview
.