Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 658 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 658 Bytes

This is a Next.js project bootstrapped with create-next-app.

overview

AnimateIt is a lightweight and efficient 2D animation software designed to run entirely on the client side. It allows developers to create smooth, interactive animations using basic shapes, which are stored in local storage and dynamically rendered to ensure a seamless experience.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.