Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreenheck committed Jun 2, 2024
1 parent d4ed9c0 commit 1311e74
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 1311e74

Please sign in to comment.