Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitalspace/enable3d-ammojs-vite-example
Enable3d Ammojs Vite Example
https://github.com/vitalspace/enable3d-ammojs-vite-example
Last synced: 6 days ago
JSON representation
Enable3d Ammojs Vite Example
- Host: GitHub
- URL: https://github.com/vitalspace/enable3d-ammojs-vite-example
- Owner: vitalspace
- License: mit
- Created: 2023-05-10T00:35:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T21:20:08.000Z (10 months ago)
- Last Synced: 2024-02-04T22:52:44.832Z (10 months ago)
- Language: TypeScript
- Homepage: https://vitalspace.github.io/enable3d-ammojs-vite-example/
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# enable3d-ammojs-vite-example
Enable3d Ammojs Vite Example![enable3d-ammojs-vite-example](https://github.com/vitalspace/enable3d-ammojs-vite-example/assets/29004070/52a8441b-9da5-4d81-83f3-93ef3d8e061b)
## Install & Run
```console
# download this repo
git clone https://github.com/vitalspace/enable3d-ammojs-vite-example.git# navigate into the directory
cd enable3d-ammojs-vite-example# install
npm install# start
npm run dev# build
npm run build# preview
npm run view
```