Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Nov 10, 2021
1 parent 68e91c4 commit 4bdf668
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,21 @@
- The `standalone.ts` file contains a **Standalone Enable3d** project.
_Comment/UnComment whatever scene you want to run in `index.ts`._

## Run
## Install & Run

Run `npm install` and `npm start`
```console
# download this repo
npx gitget enable3d/threejs-ammojs-webpack-example enable3d-webpack

# navigate into the directory
cd enable3d-webpack

# install
npm install

# start
npm start
```

## Dependencies

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4bdf668

Please sign in to comment.