From f05a472585b2506da21aed71f0252b2d4c04a221 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 5 Feb 2024 04:15:02 +0530 Subject: React Slides * Adds useState * State * useEffect * Side Effects --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..e61d4e5 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Animotion + +This is an Animotion presentation. + +## Setup + +Install dependencies. + +```sh +pnpm i +``` + +Run the development server at http://localhost:5173/. + +```sh +pnpm run dev +``` + +Build and preview deploy. + +```sh +pnpm run build && pnpm run preview +``` -- cgit v1.2.3