aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
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
+```