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!