Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```