From 1311e746ba66de3b0c5b0289f364e5e2df6c6d71 Mon Sep 17 00:00:00 2001 From: Daniel Greenheck Date: Sat, 1 Jun 2024 22:52:20 -0500 Subject: [PATCH] Updated readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0d02b6..a2446f2 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,22 @@ This is a Typescript port of the [OpenFracture](https://github.com/dgreenheck/Op The demo app utilizes [Rapier](https://www.rapier.rs/docs/user_guides/javascript/getting_started_js) for the collision detection and physics. -# How to Run +# Live Demo + +https://dgreenheck.github.io/three-pinata/ + +# Running Demo Locally + +1. Clone the repo +2. Run the following commands in the root folder ``` npm install npm run dev ``` +2. Go to http://127.0.0.1:5173/three-pinata/ in your browser. + # Documentation Coming soon!