This is a Next.js project bootstrapped with create-next-app
.
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.
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.